/* CSS Reset */
* { margin: 0; padding: 0; }

body {
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
	background-position: 0 0;
	color:#828282;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	
}

h1 {
font-size: 1.3em;
}

h2 {
font-size: 1.2em;
margin: 10px 0 8px 0;
}

h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	
}


p {
margin-top: 10px;
}

hr {
color:#fff;
height: 1px;
margin-bottom: 12px;

}

#container {
width: 980px;
margin: 0 auto;

}

#header {
height: 106px;
color:#fff;
font-size: 3em;
float:left;
width: 980px;



}

#navbar-left {
background-image:url(../images/nav-bg-left.gif);
width: 20px;
height: 51px;
float:left;
}

#navbar {
background-color:#eaeaea;
width: 940px;
height: 39px;
font-size: 1.3em;
float:left;
padding-top: 12px;
}

#navbar a {
text-decoration:none;
color:#828282;
}

#navbar a:hover {
text-decoration:underline;
}

.nav {
float:left;
}

.divider {
padding: 0 15px 0 15px;
float:left;
}

#navbar-right {
background-image:url(../images/nav-bg-right.gif);
width: 20px;
height: 51px;
float:left;
}

#col_1 {
width:640px;
padding: 20px;
float:left;
background-color:#FFF;
min-height: 720px;
}

#col_2 {
width: 260px;
padding: 20px;
background-color:#cacaca;
float:left;
min-height: 720px;
color:#6e6c6c;
}

#col_2 a {
color:#fff;
}

#col_2 a:hover {
color:#828282;
}

#col_3 {
width: 940px;
padding: 20px;
float:left;
background-color:#FFF;
}

#mainphoto {

height: 200px;
width: 640px;
margin-bottom: 10px;
}

#col_2-bottom {
background-image:url(../images/col_2-bottm.jpg);
height: 20px;
width: 980px;
float:left;
margin-bottom: 5px;
}

#col_2-bottom1 {
background-image:url(../images/col_2-bottm1.jpg);
height: 20px;
width: 980px;
float:left;
margin-bottom: 5px;
}

#logo {
float:left;
background-image:url(../images/logo.jpg);
height:106px;
width:601px;
}

#telephone {
float:right;
font-size: 0.6em;
padding-top: 54px;
}

#footer {
margin-top: 5px;
color: #fff;
float:left;
margin-bottom: 20px;
width: 980px;


}



#footer a {
text-decoration:none;
color:#fff;
}

.photo {
margin-right: 10px;
margin-bottom: 10px;
}
