body{
	margin:20px 0px 0px 0px;
	background-color:#fff;
	background-image:url(images/Background.jpg);
	background-attachment:fixed;
	font-family:calibri;
	font-size:12px;
	}

#wrapper{
	width:960px;
	height:1300px;
	background-color:#CCC;
	margin:0px auto 20px;
	border-radius:30px;
	box-shadow: #000000 0px 0px 30px;
	}

#header{
	width:960px;
	height:350px;
	background-color:#FF6600;
	background-image:url(images/header.jpg);
	margin:0px auto 20px;
	border-radius:30px 30px 30px 30px;
	box-shadow: #000000 0px 5px 10px;
	}

.company{
	font-family:impact;
	font-size:200px;
	color:#0066FF;
	letter-spacing:30px;
	text-shadow:#000000 0px 0px 20px;	
	margin-left:25px;
	opacity:0.8;
	}

#mainav{
	height:25px;
	width:300px;
	padding:10px 10px 0px 10px;
	border-radius:10px;
	float:right;
	margin-top:30px;
	}
	
.roll a{
	text-decoration:none;
	color:#000000;
	font-size:14px;
	}

.roll a:hover{
	text-decoration:underline;
	color:#FFF;
	}

#topwrapper{
	margin:0px auto;
	width:900px;
	height:120px;
	}

#logo{
	height:100px;
	width:150px;
	float:left;
	}

#leftcont{
	height:600px;
	width:560px;
	background-color:#FFF;
	margin-top:30px;
	margin-left:30px;
	border-radius:30px;
	padding:20px;
	text-align:justify;
	color:#333333;
	float:left;
	box-shadow: #000000 0px 0px 10px;
	}
	
#rightcont{
	height:600px;
	width:160px;
	background-color:#FFFFFF;
	margin-top:30px;
	margin-right:30px;
	border-radius:30px;
	padding:20px;
	text-align:justify;
	color:#333333;
	float:right;	
	box-shadow: #000000 0px 0px 10px;
	}

#footer{
	width:860px;
	height:140px;
	background-color:#FFF;
	float:left;
	margin-left:30px;
	margin-top:20px;
	border-radius:20px;
	box-shadow: #000000 0px 0px 10px;
	padding:20px;
	}