/*NORMALIZING*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe
{
    margin: 0;
    padding: 0;
}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
}

/*Removes list-style from lists*/
ol, ul
{
    list-style: none;
}

/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, th, var
{
    font-style: normal;
    font-weight: normal;
}

/*Removes border from fieldset and img*/
img
{
    border: 0;
}

a
{
    text-decoration: none;
}

/*End Normalizing////////////////////////////////////////////////////////*/
body{
	background-color: #b1b1b1;
	font-family:Arial, Helvetica, sans-serif;
	/*background-image: url(Images/bkgr.jpg);
	background-repeat: repeat-x;*/
}
.wrapper{
	width: 1024px;
	padding: 0px;
	margin: 0px auto;
}
.clearing{
	clear: both;
}
p{
color: #06080b;
}
a{
color: #06080b;
text-decoration: underline;
}
a:hover{
color: blue;
text-decoration: underline;
}
img{
padding: 0px;
margin: 0px;
}
h1{
font-size: 50px;
color: #06080b;
font-weight: normal;
}
h2{
font-size: 32px;
color: #06080b;
font-weight: normal;
}
h3{
font-size: 22px;
color: #06080b;
font-weight: normal;
}
h4{
font-size: 18px;
color: #06080b;
font-weight: normal;
font-style: italic;
text-align: right;
}
li{
padding: 10px 0px;
}
/*intro*/
#intro{
width: 600px;
margin: 20px auto;
}
/*reviews*/
#reviews-main-content{
width: 600px;
margin: 20px auto;
text-align: center;
}
/*pics*/

#pics-wrapper #left-column{
	width:100px;
	float: left;
	margin-top: 10px;	
}
#pics-wrapper #right-column{
	width:900px;
	float: right;
	margin-top: 20px;
}
/*contact*/
#contact-main-content{
width: 600px;
margin: 20px auto;
text-align: center;
}
#contact-wrapper #left-column{
	width:300px;
	float: left;
	margin-top: 10px;	
}
#contact-wrapper #right-column{
	width:300px;
	float: right;
	margin-top: 20px;
}
/*footer*/
.footer-contact{
font-size: 11px;
text-align: center;
}
#footer{
text-align: center;
}
#footer li{
display: inline;
}
#footer a{
text-decoration: none;
}
#footer a:hover{
color: blue;
font-weight: normal;
}
/*BOTTOM*/
#bottom{
background-color: #06080b;
color: #b1b1b1;
height: 5px;
width: 1024px;
margin: 20px auto;
}
/*NEWS*/
#news{
background-color: #06080b;
color: #b1b1b1;
padding: 5px 10px 10px 10px;
margin: 20px 0px 20px 0px;
}
#news h3{
color: #b1b1b1;
font-size: 33px;
font-weight: bold;
}
#news p{
font-size: 14px;
color: #b1b1b1;
margin: 15px 0px;
}
#news a{
font-size: 14px;
color: #b1b1b1;
}
#news a:hover{
font-size: 14px;
color: #fff;
}