@charset "UTF-8";/* CSS Document */body {	padding:0;	margin:0;	background:#191919 url(../images/body_bg.jpg);	color:#cec7a6;}#wrapper1 {	padding:0;	margin:0;	background:url(../images/wrapper1_bg.png) repeat-x;	}#wrapper2 {	background: url(../images/banner.png) top center no-repeat;	height:189px;	}#wrapper3 {	width:712px;	margin:0 auto;}#menu ul {	margin:0;	padding:140px 0 0 0;	list-style-type:none;	}#menu li {	padding:0;	margin:0;	float:left;	clear:right;	height:41px;}h1 {	padding:8px 0;	margin:0;	font-family:Arial, Helvetica, sans-serif;	font-size: 14px;	color:#cec7a6;	border-bottom-color:#cec7a6;	border-bottom-width:1px;	border-bottom-style:solid;	}h2 {		font-size:14px;}/* Index page-----------------------------------------------------------------------------------*/#indexcontent {	margin-top:80px;	padding:0;	background:url(../images/indexcontent_bg.jpg) no-repeat;	height:310px;	color:#FFFFFF;	font-size:14px;	font-weight:lighter;}#indextext {	width:260px;	padding:70px 15px 0px 15px;}#indextext img {float:right; margin:0; padding:0}#footer {	text-align:center;	font-size:10px;	color:#ada57f;}#footer a:link {color: #8a735c}     /* unvisited link */#footer a:visited {color: #666666}  /* visited link */#footer a:hover {color: #999999;}   /* mouse over link */#footer a:active {color: #66666}   /* selected link */#footer p {margin:3px;}/* About page-----------------------------------------------------------------------------------*/#aboutcontent {	margin-top:80px;	background:url(../images/about_bg.jpg) no-repeat;	height:310px;	width:712px;}#abouttext {	height: 290px;	margin-left:290px;	overflow:auto;	font-size:14px;	color:#cec7a6;	padding:10px;}/* Portfolio page-----------------------------------------------------------------------------------*/#portfoliocontent {	margin-top:80px;	padding:0;	background:url(../images/portfolio_bg.jpg) no-repeat;	height:310px;}/* Contact page-----------------------------------------------------------------------------------*/#contactcontent {	margin-top:80px;	padding:0;	background:url(../images/contact_bg.jpg) no-repeat;	height:310px;}#address {	padding:70px 10px 0 15px;	width:265px;	float:left;}/* About page-----------------------------------------------------------------------------------*/#privacycontent {	margin-top:80px;	background:url(../images/privacy_bg.jpg) no-repeat;	height:310px;	width:712px;}#privacytext {	height: 290px;	margin-left:290px;	overflow:auto;	font-size:14px;	color:#cec7a6;	padding:10px;}/* Classes-----------------------------------------------------------------------------------*/.floatleft {float:left}.floatright {float:right; padding:10px}.center {text-align:center}