@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bottom_tile_background_752x132.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #3C3C3C;	
}

#main {
}

a:link {
	color: #912F2D;	
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #912F2D;	
}

a:hover {
	text-decoration: underline;
	color: #3C3C3C;	
}

a:active {
	text-decoration: none;
	color: #912F2D;	
}

#header {
	width: 100%;
	height: 134px; 
	margin: 0 auto; 
	background: url(images/top_tile_background_1000x134.jpg); 
	background-repeat: repeat-x;
}

#title {
	height: 38px; 
	padding-bottom: 10px;
}

#main_body_column {
	width: 911px; 
	margin: 0 auto;
}

#left_column {
	float:left; 
	width:647px;
}

#right_column {
	float: right; 
	text-align: left;
	width: 214px;
	height: 100%;
}

#project_casing {
	width: 647px;
	margin-bottom: 30px;
	float: left;
}

#project_thumb {
	width: 265px;
	height: 107px;
	float: left;
	text-align: center;
	padding-top: 3px;
	background-image: url(images/port_thumb_back_curl_265x110.gif);
	background-repeat: no-repeat;
}

#project_text {
	text-align: left;
	float: right; 
	width: 360px;
}

#project_display_case {
	width: 911px;
	margin-bottom: 0px;
	float: left;
}

#project_display {
	text-align: center;
	padding-top: 15px;
}

#screenshot_comment{
	text-align: center;
	width: 911px;
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	float:left;
}

#footer {
	width: 100%; 
	height: 194px; 
	text-align: left;
	background: url(images/bottom_tile_background_1000x194.jpg);
	background-repeat: repeat-x;
	float: left;
}

#return {

}

p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.about_p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
