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

#wrapper {
	position:relative;
	left:0px;
	top:0px;
	width:960px;
	height:1225px;
	z-index:1;
	margin:0 auto;
}
body {
	background-image: url(images/mock_01.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:160px;
	z-index:2;
}
#menu {
	position:absolute;
	left:0px;
	top:161px;
	width:960px;
	height:40px;
	z-index:2;
	background-image: url(images/bgMenu.jpg);
}
#mainImage {
	position:absolute;
	left:0px;
	top:201px;
	width:960px;
	height:323px;
	z-index:2;
}
#column1 {
	position:absolute;
	left:0px;
	top:525px;
	width:630px;
	height:573px;
	z-index:2;
	background-image: url(images/bgColumn1.jpg);
}
#sideButton1 {
	position:absolute;
	left:640px;
	top:525px;
	width:301px;
	height:300px;
	z-index:2;
}
#footer {
	position:absolute;
	left:0px;
	top:1099px;
	width:960px;
	height:100px;
	z-index:2;
}
#sideButton2 {
	position:absolute;
	left:640px;
	top:698px;
	width:300px;
	height:150px;
	z-index:2;
}
#sideButton3 {
	position:absolute;
	left:640px;
	top:852px;
	width:300px;
	height:225px;
	z-index:2;
}
#column2 {
	position:absolute;
	left:630px;
	top:523px;
	width:330px;
	height:575px;
	z-index:2;
	background-image: url(images/bgColumn2.jpg);
}
#content1 {
	position:absolute;
	left:30px;
	top:525px;
	width:358px;
	height:262px;
	z-index:2;
}
#acUnitImage {
	position:absolute;
	left:403px;
	top:550px;
	width:185px;
	height:216px;
	z-index:2;
}
img
{
	border-style: none;
	text-decoration: none;
	text-align: left;
	z-index: 999;
} 

p, h1, h2,h3 {
	margin: 0 auto; /* this will remove the top and bottom margin*/
	padding: 0 auto; /* this will remove the top and bottom padding*/
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content2 {
	position:absolute;
	left:30px;
	top:808px;
	width:358px;
	height:262px;
	z-index:2;
}
#acUnitImage2 {
	position:absolute;
	left:403px;
	top:836px;
	width:185px;
	height:219px;
	z-index:2;
}

