@charset 'UTF-8';
/* CSS Document */

body {
	text-align:center;
	}
#wrapper {
	width: 750px;
	margin-top: auto;
	margin-right: auto;
}

#frame {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	text-align:left;
	}
	
#contentleft {
	width:160px;
	float:left;
	}

#contentcenter {
	width:350px;
	float:left;
	text-align: center;
	}
	
#contentright {
	width:225px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-top: 20px;
	}
	
#contentheader {
	background:#fff;
	text-align: center;
	}
#footer {
	padding-top: 10px;
	width: 350px;
	float: left;
	margin-left: 160px;
	display: inline;
}
		
p,h1,pre {
	margin:0px 10px 10px 10px;
	}
		
h1 {
	font-size:14px;
	padding-top:10px;
	}
		
#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
	}
#contentright p { 
	font-size:10px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
.legal{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/* Navigation */
#button {
	width: 150px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #FFFFFF;
	color: #333;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	margin-top: 100px;
	}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#button li {
	margin: 0;
	}
		
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	width: 100%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	background-color: #999999;
	color: #fff;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	}

/*End Of Navigation*/
.images_default {
	border: medium solid #999999;
}

/* Portfolio */
#portfolio {
	margin-top: 300px;
	padding-right: 10px;
	padding-left: 10px;
}
