/* CSS Document */

body {
	background-color: #003399;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(http://www.markshire2.com/forums/templates/subSilver/images/background_watermark.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#main {
	width: 994px;
	margin: 0 auto;
	clear: both;
}

form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

form.buttonlink input {
	border: 0px;
}


form input.button {
	background-color: #000066;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	font-size: 12px;
}

form .button:hover {
	background-color: #990000;
}

a {
	text-decoration: none;
}

.header {
	background-image: url('forums/templates/subSilver/images/cellpic1.gif');
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
}

.header a {
	color: white;
	text-align: center;
	display: block;
	text-decoration: none;
}

#footer {
	width: 950px;
	margin: 0 auto;
	clear: both;
	padding: 10px;
	background-color: #B8C4DF;
	border: 2px solid white;
}


#content {
	width: 974px;
	margin: 0 auto;
	clear: both;
}

#footer .innerbody {
	padding: 10px;
	background-color: #DBE1EF;
	border: 1px solid #003366;
}

#footer .copyright { 
	font-size: 10px; 
	color: #444444; 
}

.display {
	display: inherit;
	padding: 3px;
}

.nodisplay {
	display: none;
	padding: 3px;
}

.size10 {
	font-size: 10px;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.center {
	text-align: center;
}

.aligntop {
	vertical-align: top;
}

.clearboth {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.marginright10 {
	margin-right: 6px;
}

/**** NAVIGATION ****/

#header {
	/* background-image: url(http://www.markshire2.com/forums/templates/subSilver/images/header/1.jpg); */
	background-repeat: no-repeat;
	height: 204px;
}

#nav {
	padding-top: 155px;
	text-align: center;
}

#nav .menuspacer {
	padding: 0px 40px;
	display: inline;
}

#nav .menuitem {
	margin-left: 9px;
	display: inline;
	padding: 0;
}

#nav .menuitem a {
	background-color: #000066;
	color: white;
	text-decoration: none;
	padding: 0px 9px;
	margin: 0;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	font-size: 12px;
}

#nav .menuitem a:hover {
	background-color: #990000;
}

#nav .left {
	padding-left: 20px;
}

#nav .right {
	padding-right: 30px;
}
