/* myhedspace_free09 - you're free to modify and clean this code :) */
body {
background-color:#eee;
font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFF;
}
#box {
width:700px;
height:269px;
top:50%;
left:50%;
margin-top:  -205px;
margin-left: -330px;
position:absolute;
}
#top {
width:700px;
}
#middle {
width:700px;
}
#bottom {
width:700px;
}
#nav {
width:700px;
background-color:#333;
margin:0 auto;
}
#nav #logo {
display:inline;
float:left;
}
#nav #logo h1 {
padding:0;
margin: 14px 0 0 10px;
font-size:13px;
color:#FFF;
text-transform:uppercase;
}
#nav #logo h1 a{
color:#FFF;
text-decoration:none;
}
#nav #logo h1 span{
color:#999;
}
#nav #menu {
display:inline;
float:right;
}
#nav #menu ul{
padding:0;
margin:16px 10px 0 0;
font-size:12px;
}
#nav #menu ul li{
list-style-type:none;
display:inline;
font-weight:bolder;
margin-left: 10px;
text-transform:uppercase;
}
#nav #menu ul li a{
text-decoration:none;
color:#FFF;
}
#nav #menu ul li a:hover{
color:#999;
}
#main_img {
width:700px;
height:269px;
margin:0 auto;
}
#main_design {
width:700px;
height:269px;
background-image:url(images/screenshot1.jpg);
background-repeat:no-repeat;
margin:0 auto;
vertical-align:middle;
}
#main_text {
width:700px;
background-color:#333;
margin:0 auto;
}
#main_text p {
margin:0;
padding:0;
}
#main_text p a{
color:#FFF;
text-decoration:none;
}
#welcome {
width:700px;
margin:0 auto;
}
#main_text h2 {
margin:0;
padding:0;
color:#CCCCCC;
font-size:14px;
}
#footer {
text-align:center;
color:#000;
clear:both;
}
#footer a{
text-decoration:none;
}

/*for innerpages*/
#inner_box {
width:660px;
margin:0 auto;
}
#inner_middle {
width:660px;
display:table;
color:#333333;
}



/* added 20 Sept 2007 for privacy policy */
#privleft {
float:left;
width:650px;
}
#privleft p{
width:600px;
margin:10px 0 10px 30px;
text-align:justify;
padding:0;
}
#privleft h2 {
width:600px;
margin: 0 0 0 30px;
font-size:16px;
padding:20px 0 0 0;
}



/* added 1 Oct 2007 for law template display */
#lawleft {
float:left;
width:450px;
}
#lawleft p{
width:400px;
margin:10px 0 10px 30px;
text-align:justify;
padding:0;
}
#lawleft h2 {
width:400px;
margin: 0 0 0 30px;
font-size:16px;
padding:20px 0 0 0;
}
#lawright {
float:right;
width:200px;
}



#left {
float:left;
width:450px;
border-right: 1px #333 solid;
}
#left p{
width:400px;
margin:10px 0 10px 30px;
text-align:justify;
padding:0;
}
#left h2 {
width:400px;
margin: 0 0 0 30px;
font-size:16px;
padding:20px 0 0 0;
}
#right {
float:right;
width:200px;
}
#right h3 {
font-size:13px;
border-bottom:1px #333 solid;
width:140px;
margin:0;
padding:20px 0 0 0;
}
#right ul{
margin:0;
padding:5px 0 20px 20px;
font-size:10px;
list-style-type:square;
}
#right ul li a{
color:#333;
text-decoration:none;
}
#right ul li a:hover{
text-decoration:underline;
}
#inner_img {
width:630px;
height:112px;
margin:0 auto;
}



/* See http://www.badboy.ro/assets/articles/vertical_align/03.html */

#wrapper {
	width:700px;
	border:0px;
	padding:10px;
	height:269px;
}
#fixed {
	float:right;
	width:700px;
	height:269px;
	display:block;
}
#wrapper>#floating { /*display:table for Mozilla & Opera*/
	display:table;
	position:static;
}
#floating { /*for IE*/
	width:700px;
	height:100%;
	position:relative;
}
#floating div { /*for IE*/
	position:absolute;
	top:50%;
}
#floating>div { /*for Mozilla and Opera*/
	display:table-cell;
	vertical-align:middle;
	position:static;
}
#floating div div {
	position:relative;
	top:-50%;
}