/* CSS DOCUMENT */

*{
margin:0;
padding:0;
}

body{
margin:0;
padding:0;
background:url(../images/background.gif) top left repeat-x #006379;
font-family:"Trebuchet MS";
font-size:13px;
color:#000000;
}

p{ line-height:140%; text-align:justify; }
h1{ font-weight:normal; font-size:24px; line-height:130%;} 
h2{ font-weight:normal; font-size:20px; line-height:130%;} 
h3{ font-weight:normal; font-size:16px; line-height:130%;} 

.left{ float:left; padding:0 5px 5px 0;}
.right{ float:right; padding:0 0 5px 5px;}
.clear{ clear:both;}

#wrapper{
width:100%;
margin:0 auto;
padding:0;
}

#header{
width:100%;
height:210px;
margin:0 auto;
padding:0;
background:url(../images/header.jpg) top center no-repeat
}

#nav{
margin:0 auto;
padding:10px 0 0 0;
width:100%;
}

#nav ul{
margin:0 auto;
padding:0;
list-style-type:none;
text-align:center;
color:#0190B1;
font-weight:bold;
font-size:13px;
}

#nav ul li{
display:inline;
padding:0 1px;
}

#nav ul li a{
text-decoration:none;
color:#00D0FF;
}

#nav ul li a:hover{
text-decoration:none;
color:#fff;
}

.ident{
text-decoration:none;
color:#fff;
}

#content-holder{
background:#fff;
width:100%;
margin:0 auto;
padding:40px 0 20px 0;
}

#content{
width:716px;
margin:0 auto;
padding:0;
}


#content-reviews{
width:600px;
margin:0 auto;
padding:0;
}
#footer{
color:#FFFFFF;
font-weight:11px;
margin:0 auto;
padding:10px 0;
}

#footer p{
text-align:center;
}

#footer ul{
font-size:10px;
list-style-type:none;
text-align:center;
}

#footer ul li{
display:inline;
padding:0 1px;
}

#footer a{
color:#00D0FF;
text-decoration:underline;
}

#footer a:hover{
color:#fff;
text-decoration:none;
}
