/* CSS Document for Portfolio Photo Gallery */

body
{
	margin:0 auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	background-color:#000;
}

#layout
{
    width:930px;
    margin:0 auto;
    background-color:#000;
}

#top_line
{
	width:930px;
	height:5px;
	background-color:#000;
}

#header_container
{
	width:930px;
	height:20px;
	background-color:#000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.header1
{
	font-family: "Arial Black";
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
	background-color: #333;
	background-image: none;
	text-align: center;
	height: 18px;
	width: 930px;
}

#thumb_container
{
	width:930px;
	height:70px;
	background-color:#000;
	padding:0px 0 0px 0;
}

.thumb{
	width:90px;
	height:60px;
	background-color: #666;
	background-image: none;
	text-align: left;
	margin:5px 6px 5px 6px;
	float:left;
}

#thumb_text_container
{
	width:930px;
	height:18px;
	background-color:#000;
	padding:0px 0 0px 0;
}

.thumb_text
{
	width:90px;
	height:16px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	color:#CCC;
	background-color: #000;
	background-image: none;
	text-align: center;
	margin:0px 6px 0px 6px;
	float:left;
}

.thumb_small_text
{
	width:90px;
	height:16px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color:#CCC;
	background-color: #000;
	background-image: none;
	text-align: center;
	margin:0px 6px 0px 6px;
	float:left;
}

#controls_container
{
	width:930px;
	height:45px;
	background-color:#000;
	padding:0px 0 0px 0;
}

.controls_left
{
	width:385px;
	height:40px;
	background-color: #000;
	background-image: none;
	margin:0px 0px 0px 0px;
	float:left;
}

.controls_prev_icon
{
	width:32px;
	height:32px;
	background-color: #666;
	background-image: none;
	text-align: left;
	margin:10px 5px 0px 5px;
	float:left;
}

.controls_next_icon
{
	width:32px;
	height:32px;
	background-color: #666;
	background-image: none;
	text-align: left;
	margin:10px 5px 0px 5px;
	float:left;
}

.controls_stop_start_icon
{
	width:32px;
	height:32px;
	background-color: #666;
	background-image: none;
	text-align: left;
	margin:10px 5px 0px 5px;
	float:left;
}

.controls_home_icon
{
	width:32px;
	height:32px;
	background-color: #666;
	background-image: none;
	text-align: left;
	margin:10px 5px 0px 50px;
	float:left;
}

#body_container
{
	width:930px;
	height:560px;
	background-color:#000;
	padding:5px 0 10px 0;
}

.body_content
{
	width:920px;
	color:#500;
	font-size:11px;
	padding:0px 0px 0px 10px;
}

.body1
{
	width:930px;
	height:100px;
	float: left;
}

.bottom_content
{
    width:930px;
    float:left;
}

.footer
{
	height:25px;
	background-color:#999;
	color:#FFFFFF;
}

.copyright
{
    width:340px;
    float:left;
    padding:5px 0 0 10px;
    font-size:9px;
    color:#FFFFFF
}

#bottom_line
{
	width:930px;
	height:20px;
	background-color:#000;
}

