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



#wrapper 
{
	width: 760px;
	height: auto;
	margin: 0px auto;
	padding: 0px 15px 15px 15px;
	background-image: url(images/bg-top.jpg);
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFFFFF;
}

#wrapper2 
{
	width: 790px;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(images/bg-bottom.jpg);
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFFFFF;
	background-position: bottom;
}

#Portfolio
{
	width: 500px;
	height: auto;
	margin: 15px auto;
	padding: 0px 15px 30px 15px;
	background-image: url(images/bg-top.jpg);
	background-repeat: no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFFFFF;
}
#PortfolioMenu
{
	width: 500px;
	height: 25px;
	text-align: right;
	padding: 5px;
	margin: 5px 0px 30px 0px;
}



#menubar
{
	width: 760px;
	height: 25px;
	text-align: right;
	padding: 5px;
}


#topbanner
{
	position: relative;
	width: 760px;
	padding: 15px 0px 30px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 2px #a2bd30;
}

#topbannera
{
	float: right;
	width: 450px;
	margin: 45px 0px 0px 0px;
	text-align: center;
}


#content
{
	margin: 15px 250px 0px 0px;

}

#footer
{
	margin: 30px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	width: 500px;
	background-color: #eaeae3;
	position: static;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar
{
	float: right;
	width: 200px;
	height: auto;
	margin: 20px 0px 30px 0px;
}

#boxout1, boxout2
{
	width: 180px;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#boxout1
{
	background-color: #606255;
}

#boxout2
{
	background-color: #f6f6f6;
}
	

#bottombar
{
	height: 12px;
	width: 760px;
	text-align: center;
	padding-bottom: 2px;
	clear: both;
}
