/* CSS Document */

/* background/main container */

html,body {
	margin: 0; 
	background-color: #3f3f3f;
	text-align: center;
	}

p {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color:#663300;
	padding-left: 3px;
	padding-bottom: 8px;
	}

p a:link {
	text-decoration: none;
	color:#663300;
	}
p a:visited {
	text-decoration: none;
	color:#663300;
	}
p a:hover {
	text-decoration: underline; 
	color: #CC6600;
	}
p a:active {
	text-decoration: none;
	color:#663300;
	}

h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: strong;
	font-size: 12px;
	line-height: 14px;
	color: #CC6600;
	padding-left: 3px;
	}

.stage {
	position: relative;
	margin: 0 auto auto;
	text-align: left;
	width: 1135px;
	height: 560px;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	}
	
.copyright {
	position: absolute;
	width: 1135px;
	height: 20px;
	text-align: center;
	margin-top: 525px;
	font-family: Trebuchet MS, Trebuchet, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:#cccccc;
	padding-bottom: 5px;
	}

.copyright a:link {
	text-decoration: none;
	color:#FFFFFF;
	}
.copyright a:visited {
	text-decoration: none;
	color:#FFFFFF;
	}
.copyright a:active {
	text-decoration: none;
	color:#FFFFFF;
	}
.copyright a:hover {
	text-decoration: underline; 
	color: #FFFFFF;
	}
	
.textbox {
	position: absolute;
	margin-left: 375px;
	margin-top: 225px;
	width: 400px;
	height: 250px;
	padding: 0px;
	}

.logo {
	position: absolute;
	margin-top: 30px; 
	margin-left: 150px;
	padding: 0;
	width: 195px;
	height: 95px;
	}

.navblock {
	position: absolute;
	margin-left: 375px;
	margin-top: 30px;
	height: 95px;
	padding: 0px;
	}

.portnav {
	position: absolute;
	margin-left: 135px;
	width: 188px;
	height: 45px;
	left: 30px;
	top: 28px;
	}
	
#portnavone {
	margin-top: 420px;
	}
	
#portnavtwo {
	margin-top: 375px;
	}
	
#portnavthree {
	margin-top: 330px;
	}
	
#portnavfour {
	margin-top: 285px;
	}
	
.portnav img {
	margin: 0;
	padding-right: 7px;
	padding-bottom: 5px;
	border: none;
	}

/* ---------- opacity ---------- */
.portnav a img {
	opacity: 0.6; 
	filter: alpha(opacity=60); 
	-moz-opacity: 0.60; 
	-khtml-opacity: 0.6; 
	text-decoration: none;
	}
	
.portnav a:visited img {
	opacity: 0.6; 
	filter: alpha(opacity=60); 
	-moz-opacity: 0.60; 
	-khtml-opacity: 0.6; 
	text-decoration: none;
	}

.portnav a:hover img {
	opacity: 0.9; 
	filter: alpha(opacity=90); 
	-moz-opacity: 0.90; 
	-khtml-opacity: 0.9; 
	text-decoration: none;
	}
	
/* ---------- thumbnail images ---------- */
.thumb a img {display:block;}
.thumb a span {display:none;}
.thumb a:hover, .thumb a:active, .thumb a:focus {background:transparent;}

/* ---------- portolio image ---------- */
.portbox {
	position: absolute;
	margin-left: 375px;
	margin-top: 135px;
	width: 575px;
	height: 355px;
	padding: 0px;
	}
	
/* ---------- portolio description ---------- */
.description {
	position: absolute;
	margin-left: 0px;
	margin-top: 325px;
	width: 575px;
	padding: 0px;
	top: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color:#663300;
	}
	
.descbold {
	font-weight: bold;
	color: #CC6600;
	}
