/* CSS Document */

* {
padding: 0;
margin: 0;
border: none;
}

HTML, BODY { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #FFFFFF;	
	font-size: 12px;
	line-height: 16px;
	/*background: #000 url(../images/white.gif) top center repeat-y fixed;*/
	background: #959595 url('../images/primary_tile.gif') top center repeat-y fixed;
	/*background: #959595;*/
	height: 100%;
	text-align: left;
}

table#main {
	/*width: 794px;*/
	height: 100%;
	margin: 0 auto;
	/*border: 1px solid #FF0000;*/
	/*background: #1F2833 url('../images/primary_tile.gif') top left repeat-y;*/
}

div#sub {
	width: 768px;
	margin: 0 auto;
}

div#header {
	width: 768px;
}

div#nav_and_content {
	width: 768px;
	background: #1F2833 url('../images/secondary_tile.gif') repeat-y;
}

div#nav {
	width: 216px;
	min-height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

a.nav1, a.nav1:link, a.nav1:visited, a.nav1_sel {
	display: block; 
	width: 196px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	padding: 5px 10px 5px 10px;
	background: #474F58; 
	border-top: 1px solid #474F58;
	border-bottom: 1px solid #474F58; 
	text-decoration: none;  
}
a.nav1:hover {
	color: #FFFFFF; 
	background: #1F2833;
}
a.nav1:active, a.nav1_sel {
	color: #FFFFFF; 
	background: #1F2833;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;	
}
a.nav2, a.nav2:link, a.nav2:visited, a.nav2_sel {
	display: block; 
	width: 176px;
	color: #ABABAB;
	font-size: 14px;
	line-height: 18px;
	padding: 6px 10px 6px 30px;
	background: #474F58;
	text-decoration: none;  
}
a.nav2:hover {
	color: #ABABAB; 
	background: #474F58;
	text-decoration: underline;
	
}
a.nav2:active, a.nav2_sel {
	color: #FFFFFF; 
	background: #474F58;
	text-decoration: underline;	
}

div#content {
	width: 528px;
	margin-left: 4px;
	padding: 10px;
	text-align: left;
	overflow: hidden;
}

div#content h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#content a:link, div#content a:visited {
	color: #ABABAB;
	text-decoration: none;
}

div#content a:hover {
	color: #ABABAB;
	text-decoration: underline;
}

div#content p {
	padding-bottom: 16px;
}

div#content img {
	border: 1px solid #FFFFFF;
}

div#footer {
	width: 768px;
	background: #1F2833 url('../images/bottom_tile.gif') repeat-x;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: center;
}

br.clear {
	clear: both;
}

#thumbnails {
	width: 528px;
	margin: 0;
	padding: 0;
	list-sytle: none;
}

#thumbnails ul {
	margin: 0;
	padding: 0;
}

#thumbnails li {
	width: 160px;
	height: 160px;
	padding: 0;
	float: left;
	display: block;
	margin: 8px;
	background: #EFEFEF;
	/*border: 1px solid #666666;*/
}

#thumbnails li table {
	display: inline-table;
	margin: 0;
}

#thumbnails li img {
	border: 1px solid #666666;
}

div#admin_footer {
	width: 768px;
	padding-bottom: 10px;
	text-align: center;
}

div#admin_footer a:link, div#admin_footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#admin_footer a:hover {
	text-decoration: underline;
}

/*
body {
	background-image:url('../images/bg.gif');
	background-repeat: repeat-x;
	background-color: #7B7F94;
	margin:0;
	padding-bottom:35px;
}

#container {
	width:745px;
	margin:0px auto;
}

TABLE#root {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border: 1px solid #000000;
}

TABLE#root TD {
	height: 100%;
}

TABLE.test {
	width: 794px;
	height: 100%;
	background: #666666;
}

TD.long {
	height: 100%;
}

*/