/* Global Body Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(imgs/bg/mid_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #000;
	background-position: top left;/* background-position: 662px 0px; */
}
/* Global Paragraph Styles */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5;
}
/* Global Link Styles */

a:link, a:active, a:visited { color: #fff; }
a:hover {
	color: #fff;
	text-decoration: none;
}
/* Global Heading Styles */

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 1.5em;
	line-height: 1;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #E0D8DA;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 1;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #B5A4A9;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0px 0px 10px;
	padding: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.5;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
}
/* Subnav Styles */

a.subnav:link, a.subnav:visited, a.subnav:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.subnav:hover { text-decoration: underline; }
p.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px dotted #ffcc00;
	font-weight: bold;
}
td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
}
/* Table Styles */


#updates table {
	width: 425px;
	border-collapse: collapse;
}
#updates td {
	padding: 0px;
	height: 216px;
	text-align: center;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111;
}
#updates table p {
	text-align: left;
	padding-right: 20px;
}
#updates td a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
/* Other Styles */

#padding { padding: 10px; }
img {
	margin: 5px;
	border: 1px solid #685D61;
	padding: 0px;
}
#masthead img, #navBar img {
	margin: 0px;
	padding: 0px;
}
#container {
	padding: 0px;
	width: 450px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#container div, #container div img {
	margin: 0px;
	padding: 0px;
}
#container div img {
	border: none;
	height: 210px;
	width: 140px;
	margin: 0px;
	padding: 0px;
}
#container div {
	float: left;
	margin: 3px;
}
#container div p {
	margin: 0px;
	padding: 2px;
	display: block;
	font-size: 10pt;
	height: 30px;
	width: 140px;
	text-align: center;
	line-height: 10pt;
}
#container h1, #container h2, #container h3, #container h4 { text-align: center; }
body.models div { text-align: center; }
.models table tr td table tr td div p {
	margin: 0px;
	padding: 0px 0px 14px;
}
#sidebar, #skyscraper { float: left; }
#skyscraper {
	margin-top: 0px;
	margin-left: 130px;
	padding: 0px;
	width: 244px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#sidebar {
	width: 175px;
	margin-top: 50px;
	margin-left: 150px;
	padding: 20px;
	background-color: #43363A;
	border: 1px solid #ffcc00;
}
#main {
	float: left;
	margin-top: 25px;
	margin-left: 50px;
	width: 425px;
}
#sidebar h2 { margin-bottom: 20px; }


/* Member's Section Photo Gallery Styles */


#gallery {
	padding: 6px;
	text-align: center;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#gallery img {
	margin: 4px;
	padding: 0px;
	border: 1px solid #FFF;
}
#gallery a {
	font-size: 90%;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}
#gallery a:hover {
	color: #fff;
	text-decoration: underline;
}

.smallthumbbox {
	float: left;
	width: 144px;
	height: 180px;
	text-align: center;
}.clear { clear: both; }

