*{
margin:0;
padding:0;
}

body {
	background-color: #cbcbdd;
	margin: 0px auto 0px auto;
	font-family: verdana, arial, san-serif;
	font-size: 0.9em;
	color: #666666;
}

div#pagecontainer {
	background-image: url(images/bg_wallpaper.jpg);
	background-repeat: repeat-x;
       	background-color: #ededed;
	width: 100%;
	margin: 0px auto 0px auto;
	overflow: visible;
	text-align: left;
}

div#top_section {
	width: 719px;
	height: 113px;
	margin: 0px auto 0px auto;
	position: relative;
	top: 24px;
	background: url(images/top_section.jpg);
	background-repeat: no-repeat;
}


div#logo {
	width: 190px;
	height: 104px;
	margin: 0px auto 0px auto;
	position: relative;
	top: 10px;
}

div#blue_bar {
	width: 649px;
	height: 15px;
	position: relative;
	top: 34px;
	margin: 0px auto 0px auto;
	background: url(images/blue_bar.gif);
	background-repeat: no-repeat;
}

div#blue_bar img {
	width: 649px;
	height: 155px;
	margin: 15px auto 0px auto;
}

div#main {
	width: 689px;
	min-height: 100px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	border: 1px solid #999999;
	border-top: 0px;
	border-bottom: 0px;
}

div#main_content {
	margin: 204px 20px 0px 20px;
	min-height: 300px;
	border: 0px solid red;
}

*html div#main_content {
	margin-top: 50px;
	margin-bottom: -50px;
}

div#content_area {
	position: relative;
	float: right;
	width: 464px;
	min-height: 200px;
	border: 0px solid red;
	margin-top: 2px;
	padding: 9px 10px 5px 10px;
	font-size: 0.8em;
	line-height: 1.4em;
}

div.clear {
	clear: both;
}

div#footer {
	height: 85px;
	margin: 0px;
	background: url(images/footer_bg.gif);
	background-repeat: repeat-x;
}

div#footer_section {
	width: 703px;
	height: 49px;
	margin: 0px auto 0px auto;
	background: url(images/footer_section.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

div#footer_section img {
	margin-top: 20px;
}

p {
	margin-top: 10px;
	margin-bottom: 25px;
}

p.title_address {
	font-size: 0.8em;
	margin-top: 0.1em;
	margin-bottom: 2em;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000066;
}

div#content_area a {
        color: #71190f;
        text-decoration: none;
}

div#content_area a:hover {
        text-decoration: underline;
}

div.content_section {
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 4px 1px;
	border: 0px solid #cfcfcf;
	border-left: 0px;
	border-right: 0px;
}

div#content_area li {
        margin-left: 40px;
}

img.cb {
	float: left;
	margin: 0px 17px 0px 17px;
}

div.tariffs {
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 4px 1px;
	border: 1px solid #cfcfcf;
	border-left: 0px;
	border-right: 0px;
}

img.imageleft {
        float:left;
        border: 1px solid #cfcfcf;
        margin-right:10px;
        margin-bottom:10px;
        margin-top:10px;
        padding: 2px;
}

img.imageright {
        float:right;
        border: 1px solid #cfcfcf;
        margin-left:10px;
        margin-bottom:10px;
        margin-top:10px;
        padding: 2px;
}
 
img.imagealone {
        border: 1px solid #cfcfcf;
        margin-bottom:10px;
        margin-top:10px;
        padding: 2px;
}

#send_form {
        margin-top: 6px;
}

div#main_content ul.thumbs {
        margin: 0px;
        list-style: none;

}

div#main_content ul.thumbs li {
        float: left;
        margin: 6px;
        border: 0px solid #cccccc;
}

div#main_content ul.thumbs li img {
        padding: 4px;
        border: 1px solid #cccccc;
}

div.thumbscontainer {
        font-size: 0.8em;
        text-align: left;
}





div#nav_border {
	position: relative;
	float: left;
	width: 156px;
	border: 1px solid #cfcfcf;	
}



#nav {
	float: left;
	width: 144px;
	font-size: 0.9em;
	margin: 2px;
	padding: 4px;
	background-color: #efeff5;
}

*html div#nav {
	margin: 2px 1px 2px 1px;
}





#nav ul {
	list-style: none;
}

#nav a {
	color: #666666;
        height: 14px;
        text-decoration: none;
        display: block;
        padding: 4px;
        margin: 6px 0px 6px 0px;
        font-size: 0.9em;
	text-align: right;
}

#nav a:hover {
	color: #333333;
	background-color: #dfdfdf;
}

#nav ul li.active a {
        color: #ffffff;
	background-color: #3d3d8b;
}

#nav ul li.active a:hover {
        color: #ffffff;
	background-color: #3d3d8b;
}

div#footer a {
        font-size: 0.7em;
        color: #666666;
        text-decoration: none;
        }

div#footer a:hover {
        font-size: 0.7em;
        color: #333333;
        text-decoration: none;
}


