﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body{
	background:#cdcdcd url('images/body-bg.jpg') no-repeat fixed center top; font-family:Helvetica, Arial, sans-serif
}

#wrapper{width:960px; margin:150px auto 0 auto;}
#wrapper h1{text-align:center;}

#boxes{margin-top:100px;}
#wrapper .box1{ width:450px; float:left; background:url('images/box-bg.png') 0 0;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; 
padding:10px;
min-height:200px
}
#wrapper .box2{ width:450px; float:right; background:url('images/box-bg.png') 0 0;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px; 
padding:10px;
min-height:200px
}

#wrapper p{color:#333;}

#wrapper h2{color:#1c6cde;text-shadow: 0px 1px 1px #000000; margin-bottom:10px;}

ul.expert{
	padding:0 0 0 50px; 
}

ul.expert li{
	list-style-image:url('images/li.png'); 
	padding-left:5px;
	line-height:35px 
}
ul.expert li.last{list-style:none; padding:0;}
ul.expert li a{	color:#333333; text-decoration:none;}
ul.expert li a:hover{color:#1c6cde; text-decoration:none;}