@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffbb45;
	margin: 0px;
	padding: 0px;
	font-size:62.5%;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}
.container {
	position: absolute;
	left: 50%;
	margin-left: -518px;
	z-index: 0;
	width:1035px;
}
.menu {
	position: absolute;
	top: 129px;
	height:69px;
	background-image:url(images/menu-background.gif);
	background-repeat:no-repeat;
	width:1035px;
	line-height:69px;
}
.searchbar {
	position: absolute;
	top: 198px;
	height:71px;
	background-image:url(images/search-bar-background.gif);
	background-repeat:no-repeat;
	width:1035px;
	text-align:right;
}
.content {
	position: absolute;
	top: 269px;
	background-image:url(images/content-background.gif);
	background-repeat:repeat-y;
	width:1035px;
}
.banner {
	position: absolute;
	top: 0px;
	height:129px;
}
.copyright {
	background-image:url(images/copyright-background.gif);
	background-repeat:no-repeat;
	width:1035px;
	padding-top: 28px;
	padding-bottom: 5px;
	color: #666666;
	font-size:1.0em;
}
.copyright a{
	color: #666666;
}
.copyright a:hover{
	color:#FFFFFF;
}
.menu a {
	font-size:1.3em;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.menu a:hover {
	color: #FF6600;
}
p, li {
	font-size: 1.1em;
	line-height: 150%;
}
p, h1, h2 {
	padding-left: 50px;
	padding-right: 50px;
}
ul, ol {
	padding-left:100px;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
	color:#f58220;
}
.align-right { float:right; margin: 0 60px 15px 30px; }
.align-left { float:left; margin: 0 15px 15px 0; }
.frame { padding: 5px; border: 1px solid #aaa; }
a {
	color:#000000;
}
a:hover {
	color: #FF6600;
}
.portfolio-middle {position:absolute;left:375px;width:300px;text-align:center;}
.portfolio-left {position:absolute;left:50px;width:300px;text-align:center;}
.portfolio-right {position:absolute;left:700px;width:300px;text-align:center;}
.portfolio-middle p, .portfolio-left p, .portfolio-right p {padding-left:0px;}
