html {
/*	background-image: url(http://www.xombiedesign.com/images/right_side5.gif);
	background-repeat: repeat-y;
	background-position: top right;*/
	/*overflow: -moz-scrollbars-vertical !important;*/
}

body {
	margin:0;
	padding:0;
	font-family:verdana, arial, helvetica, sans-serif;
	background-image:url(/images/bg800.gif);
	background-position:center;
	background-repeat:repeat-y;
	color: #000000;
	height:100%;
	
}

#main-title {
	background-color: #333333;
	color: #ffffff;
	border-bottom: 2px #5d8eb9 solid;
}

#main-title a {
	display:block;
	font-size: .7em;
	letter-spacing: 5px;
	text-align: right;
	padding: 8px 25px 8px 25px;
	font-weight: bold;
	color:#5d8eb9;
}

#header-image {
/*
	background-color:#000000;
	background-image: url(http://www.xombiedesign.com/images/nuclear5.jpg);
*/
	background-color:#fff;
/*	background-image: url(/images/banners/newbanner.gif);*/
	background-repeat: no-repeat;
	background-position:top center;
/*
	height: 177px;
*/
/*
	height:300px;
*/
}

#navbar {
	font-size:.65em;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
	background-color:#333333;
	color:#ffffff;
	word-spacing:8px;
	border-top:2px #5d8eb9 solid;
	border-bottom:2px #5d8eb9 solid;
}

#navbar a:link, #navbar a:visited {
	color: #ffffff;
	word-spacing: none;
	text-decoration:none;
}

#navbar a.active {
	color: #ff4700;
	text-decoration:none;
}

#navbar a:hover {
	color: #5d8eb9;
	text-decoration: underline;
}

#main-text {
	padding-left:50px;
	padding-right:50px;
	font-size: .7em;
	line-height: 1.8em;
	background-color: #ffffff;
	margin-top:0;
}

#ajaxcontentarea {
	margin-bottom:0;
	margin-top:0;
}

#main-text p {
	text-align: justify;
}

h1 {
font-size:16px;
font-family:Tahoma;
color:#666666;
font-weight:100;
letter-spacing:1px;
}

h1 a {
font-weight:bold;
color:#5d8eb9;
text-decoration:none;
}

h1 a:hover {
text-decoration:underline;
}


h2 {
	padding-bottom:3px;
	color: #000000;
	border-bottom:1px #000000 solid;
	letter-spacing:5px;
	font-size: 1em;
}

/*p, ul, ol, h1, h2, table {
	margin-top: 17px;
	margin-bottom: 0;
}*/

ol, ul {
	margin-left: 75px;
	margin-right: 75px;
}

a.tippity:link, a.tippity:visited, h2.red {
	text-decoration: none;
	font-weight: bold;
	color: #ff0000;
}

a.tippity:hover {
	text-decoration: underline;
}

#footer {


	font-size: .65em;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	border-top: 2px #5d8eb9 solid;
	/*border-bottom: 2px #5d8eb9 solid;*/
}

#footnav {
	text-align: right;
	padding:8px 50px 8px 50px;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #5d8eb9;
}

/*  My CSS */

#photoContainer {
	text-align:center;
}

#armortab {
	color:#FF0000;
}

div.PhotoNav {
	display:block;
	text-align:center;
	vertical-align:top;
	padding-top:15px;
}

div.PhotoNav a img {
	border:1px solid #000000;
	margin:3px;
}

div.PhotoNav a:hover img {
	border:1px solid #FF0000;
}

ul.gallery 		{list-style:none;margin:10px 0 0 0;}

ul.gallery li {
	list-style:none;
	display:inline;
	margin:5px;
}

ul.gallery li img {
	border:1px solid #000000;
	padding:5px;
}

iframe {
	border:0;
}

/* AJAX Tabs CSS */

#maintab, #maintab li, #armortab, #armortab li{
display: inline;
margin: 0;
}

#spacer {
	height:17px;
	margin-left:110px;
	margin-right:110px;
}

#linkList {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
	text-align:center;
}

#linkList li {
	margin:0;
	display:inline;
	margin:10px;
	padding-top:10px;
}

/*  Better Box Model  */
.boxModel {width:100%;}
.halloween .boxModel {width:auto;}
.boxModel .boxTopLeftHeader {width:20px;height:33px;background:url(/images/box_model/box_model_01a.jpg) top left no-repeat;}
.boxModel .boxTopRightHeader {height:33px;background:url(/images/box_model/box_model_02a.jpg) top right no-repeat;}
.boxModel .boxTopRightHeader .boxModelHeadText {color: #fff;font-size:13px;font-family:Verdana;font-weight:bold;padding-top:10px;}
.boxModel .boxTopLeft {width:20px;height:20px;background:url(/images/box_model/box_model_01.jpg) top left no-repeat;}
.boxModel .boxTopRight {height:20px;background:url(/images/box_model/box_model_02.jpg) top right no-repeat;}
.boxModel .boxMiddleLeft {width:20px;background:url(/images/box_model/box_model_03.jpg) left repeat-y;}
.boxModel .boxMiddleRight {background:url(/images/box_model/box_model_04.jpg) right repeat-y;padding-right:20px;}
.boxModel .boxBottomLeft {width:20px;height:21px;background:url(/images/box_model/box_model_05.jpg) no-repeat;}
.boxModel .boxBottomRight {height:21px;background:url(/images/box_model/box_model_06.jpg) right no-repeat;}
