﻿/* Layout CSS */
html,body {margin:0;padding:0;height:100%}

body {
	background-color:#e5eee1;
	background-image:url('/studioaqs/img/bg_header.png');
	background-position:center top;
	/*background-repeat:no-repeat;*/
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.noborder {
	border:0;
	}
	
#container {
	/*position: relative;*/
	position:absolute;
left:50%;
width:950px;
margin-left:-475px;

	}

p{margin:0 10px 10px}

a{display:block;color: #981793;padding:10px}
div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;background: #EEE;color: #79B30B}
div#content p{line-height:1.4}
div#navigation{background:#e5eee1}
div#extra{background:#e5eee1}
div#footer{background: #e5eee1;color: #000;text-align:center}
div#footer p{margin:0;padding:5px 10px}

div#wrapper{float:right;width:100%;margin-left:-300px}
div#content{margin-left:300px}
div#navigation{float:left;width:298px;margin-top:30px}
div#extra{float:left;clear:left;width:300px}
div#footer{clear:both;width:100%;padding:15px 0 0 0}
	
}

.style1 {
	text-align: center;
}
.box_sx_top {
	background-image: url('/studioaqs/img/sf_box.png');
}
.style3 {
	border-width: 0px;
}


.style4 {
	margin-left: 5px;
	margin-right: 5px;
}


