body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #FFFFFF url(images/left_fade.png) left repeat-y;
	margin: 0px;
	min-width: 700px;
}

#header {
	width: 100%;
	background: url(images/title_top_stretch.png) repeat-x;
	height: 68px;
	clear: both;
	overflow: hidden;
}

#header_left {
	background: url(images/title_top_left.png) no-repeat;
	height: 68px;
	width: 610px;
	float: left;
}

#header_right {
	background: url(images/title_top_right.png) no-repeat;
	height: 68px;
	width: 284px;
	float: right;
}

#nav {
	color: #666666;
	width: 100%;
	background: url(images/title_bottom_fade.png) repeat-x;
	height: 35px;
	clear: both;
}

#nav_left {
	background: url(images/title_bottom_left.png) no-repeat;
	height: 35px;
	width: 297px;
	float: left;
	overflow: hidden;
}

#nav_start {
	background: url(images/title_nav_left.png) no-repeat;
	height: 35px;
	width: 32px;
	float: right;
	overflow: hidden;
}

#nav_right {
	background: url(images/title_bottom_right.png) no-repeat right;
	height: 35px;
	width: 355px;
	float: right;
}

#nav_text {
	padding-top: 5px;
	padding-right: 20px;
	font-size: 0.9em;
	text-align: left;
	word-spacing: 0.9em;
}

#nav_text a:link, #nav_text a:visited, #nav_text a:active,
#nav_area a:link, #nav_area a:visited, #nav_area a:active {
	color: #666666;
	text-decoration: none;
}

#nav_text a:hover, #nav_area a:hover {
	color: #BB0000;
	text-decoration: underline;
}

#no_log {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	background: #990000;
	text-align: center;
}

#content_nav {
	width: 100%;
	min-height: 700px;
	background: url(images/right_fade.png) right repeat-y;
}

#content_area {
	color: #444444;
	padding: 10px 0 20px 0;
	margin: 0px 230px 0 25px;
	line-height: 1.4em;
}

#nav_area {
	background: url(images/right_fade.png) right repeat-y;
	color: #666666;
	position: absolute;
	right: 0px;
	top: 108px;
	width: 215px;
	float: right;
	font-size: 90%;
}

#buttons {
	margin: 5px 25px 15px 25px;
	text-align: center;
}

#buttons img {
	margin: 5px;
}

#footer {
	background: url(images/right_fade.png) right repeat-y;
        color: #666666;
	font-size: 90%;
        padding: 10px 230px 10px 0;
        margin: 0px 0 0px 25px;
	text-align: center;
	clear: both;
}

.nav_header {
	background: url(images/nav_header.png) no-repeat;
	height: 29px;
	width: 215px;
	text-align: center;
	padding: 4px 0 0 0;
}

.nav_text {
	text-align: left;
	margin: 5px 25px 15px 25px;
	line-height: 1.3em;
}

h1 {
	font-size: 150%;
	margin-top: 0;
	text-align: center;
	line-height: 100%;
}

h2 {
	font-size: 135%;
}

h3 {
	font-size: 120%;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.ctr {
	margin: 0px 15% 0px 5%;
}

.clear {
	clear: both;
}

.txt_code {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	background: #DEDEDE;
	color: #333333;
	padding: 8px;
	margin: 0 25px 0 25px;
	border: 1px solid #999999;
}

.txt_note {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(http://images.savagereactor.co.uk/dialog-information.png) top left no-repeat #FFFFCC;
	padding: 8px 8px 8px 50px;
	margin: 0 50px 0 50px;
	border: 1px solid #C6C600;
}

.images {
	margin: 30px 50px 30px 50px;
	text-align: left;
}

.images img {
	padding: 10px 15px 10px 15px;
	border: none;
}

.imagesb {
	margin: 30px 50px 30px 50px;
	text-align: left;
}

.imagesb img {
	margin: 10px 10px 10px 10px;
	border: 1px solid #000000;
}

.imageb {
        border: 1px solid #000000;
	margin: 0px 10px 0px 10px;
}

.imagebnm {
	border: 1px solid #000000;
}

.image_text {
	font-size: 80%;
}

.nav_header {
	vertical-align: middle;
	padding-top: 5px;
}

.phorm {
	background: #990000;
	text-align: center;
	padding: 5px 0 5px 0;
	color: #FFFFFF;
	width: 500px;
	margin: 0px auto;
	margin-bottom: 15px;
}

.phorm a {
	text-decoration: underline;
	color: #FFFFFF;

}

.pretty_input {
        background: #FFF0E1;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        border: 1px solid #FF8000;
        padding: 1px 3px 1px 3px;
        width: 100%;
}

.pretty_button {
        background: #EBEBEB;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        border: 1px solid #777777;
        padding: 1px 3px 1px 3px;
}

.quote {
	width: 80%;
        margin: 0 auto;
	padding: 1em;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: #D3D3FF;
	color: #000000;
	border: 1px solid #4E4EFF;
}

.photoimage {
        margin: 30px 50px 30px 50px;
        text-align: left;
}

.photoimage img {
        margin: 10px 10px 10px 10px;
        border: 1px solid #000000;
}

