/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-image:url(../../images/bg.gif);
	margin: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

hr {
	height: 1px;
	color: #ccc;
	margin: 15px 0 10px 0;
}

p
{
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	font-size: 13px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
}

.small {
	font-size: 10px;
}

/* Top Navigation */

#top_nav {
	text-align: right;
	margin: 20px 0 15px 0;
	font-weight: normal;
	font-size: 14px;
	color: #efefef;
}

#top_nav a:link, #top_nav a:active, #top_nav a:visited {
	color: #efefef;
	text-decoration: none;
	margin: 0 10px 0 0;
	font-weight: normal;
}

#top_nav a:hover {
	color: #efefef;
	text-decoration: underline;
	margin: 0 10px 0 0;
	font-weight: normal;
}

#header {
	margin: 15px 0 0 0;
	height: 50px;
	padding: 0;
	border-top: 1px #efefef solid;
	border-bottom: 1px #efefef solid;
	background-color: #3c3c3c;
}

#header .name {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #fc0;
	padding: 10px 0 0 25px;
	display: block;
}

#header .head_nav {
	float: right;
	padding: 5px 15px 0 0;
	font-weight: normal;

}

#header a:link, #header a:active, #header a:visited {
	color: #efefef;
	text-decoration: none;
	margin: 0 10px 0 0;
	font-weight: normal;
}

#header a:hover {
	color: #efefef;
	text-decoration: underline;
	margin: 0 10px 0 0;
	font-weight: normal;
}

/* Hompage Main Photo */

#main_photo {
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 20px 0;
}

#main_photo img {
	border-color: #efefef;
	border-width: 2px;
	border-style: solid;
}

/*Inside Column Body*/
#main_content {
	width: 700px;
	padding: 15px 0 15px 0;
	margin: 0 auto;
}
#main_content h1 {
	font-size: 18px;
	margin: 0;
	padding: 4px 0 4px 0;
	color: #fc0;
}

#main_content h2 {
	font-size: 14px;
	margin: 0;
	padding: 4px 0 0 0;
}

#main_content .clear {
	clear: both;
	height: 1px;
}

#main_content a:link, #main_content a:active, #main_content a:visited {
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
	color: #ccc;
}

#main_content a:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #ccc;
	
}

#text_nav {
	color: #ccc;
}

#text_nav a:link, #text_nav a:active, #text_nav a:visited {
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
	color: #ccc;
}

#text_nav a:hover {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #ccc;
	
}

/*Homepage */


#homepage .left {
	float: left;
	width: 270px;
	height: 385px;
	_height: 385px;
	margin: 20px 0 0 65px;
	/*background-color:#4f4f4f; 
	border: 2px #fff solid; 
	padding: 10px; 
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	z-index: auto;*/
}

#homepage .right {
	float: right;
	width: 530px;
	text-align: left;
	margin: 0 0 auto;
	padding-right: 65px;
	
}

#homepage .text {
	font-size: x-small;	
}

#homepage .img {
	z-index: 102;
	display:block;
	width: 270px;
	height: 211px;
	background-color: #000;
	z-index: 102;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	
}

#homepage .clear {
	clear: both;
	height: 1px;
}


/*Inside Column Body */
#main_content .left {
	float: left;
	width: 480px;
	padding-right: 20px;
}

/*Inside Column Body Right*/
#main_content .right {
	float: right;
	width: 200px;
}

#mod_right {
	background-color: #000;
	color: #efefef;
	border: 1px #efefef solid;
	padding: 0;
}

#mod_right h1 {
	font-size: 14px;
	color: #fc0;
	font-weight: bold;
	margin: 0;
	padding: 0;
	
}
#mod_right .top {
	background-color: #333;
	border-bottom: 1px #efefef solid;
	margin: 0;
	padding: 3px 0 4px 4px;
}

#mod_right .text {
	padding: 5px;
	font-size: 10px;
	font-weight: normal;
}

/* Homepage Bottom Navigation */
/* Inside Thumb Navigation */

#thumb_nav {
	margin: 0 0 15px 0;
	text-align: center;

}

#thumb_nav img {
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
	display: block;
    margin-left: auto;
    margin-right: auto 
}

#thumb_nav .img_block {
	background-color: #000;
	height: 119px;
	width: 126px;
	margin-bottom: 5px;
	padding-top: 7px;
}


/*Footer*/

#footer {
	margin: 0;
	padding: 3px 0 3px 0;
	text-align: center;
	border-top: 1px #efefef solid;
	border-bottom: 1px #efefef solid;
	background-color: #3c3c3c;
	margin-bottom: 15px;
	font-size: 9px;
}

#footer a:link, #footer a:active, #footer a:visited {
	margin: 0 7px 0 7px;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	margin: 0 7px 0 7px;
	font-weight: normal;
	color: #ccc;
	text-decoration: underline;
}
