* {margin: 0;
   padding: 0;}
   
body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
	text-align:center;
	background-attachment: fixed;
}

#body2 {
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
	text-align:center;
	background-attachment: fixed;
}

#container {
	width: 800px;
	margin:0px auto;
	background-color: #FFFFFF;
	font-size: 0.8em;
	border: 1px solid #75778E;
	text-align:left;
	padding: 0px 20px 1px;
	background-image: url(images/container_tile.gif);
	background-repeat: repeat-y;
}

#container2 {
	width: 800px;
	margin:0px auto;
	background-color: #FFFFFF;
	font-size: 0.8em;
	border: 1px solid #75778E;
	text-align:left;
	padding: 0px 20px 1px;
	background-image: url(images/container_tile2.gif);
	background-repeat: repeat-y;
}


#header {
	text-align: right;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 193px;
	padding: 7px;
	color: #FFFFFF;
	border: 1px solid white;
}

#subheader {
	background-image: url(images/subheader_bg.jpg);
	background-repeat: repeat-x;
	height: 29px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#important_box {
	font-size: .9em;
	font-style: italic;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px dotted #999999;
}

#right {
	float: right;
	width: 220px;
	clear: both;
	margin-right: 8px;
}

.rightboxes {
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #FFFFFF;
	overflow: hidden;
}



#content {
	padding: 20px;
	padding-top: 0px;
	margin-right: 245px;
	margin-left: 8px;
	background-color: #FFFFFF;
	margin-top: 20px;
}

#content 2{
	padding: 0px;
	padding-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #000;
	margin-top: px;
}


#footer {
	clear: both;
	background-color: #474C52;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.75em;
	padding: 2px;
	margin-top: 20px;
	margin-right: 1px;
	margin-left: 1px;
	background-image: url(images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

p {
	font-size: 1.1em;
	line-height: 2em;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
}

img {
	border: none;
	
}

.pressingress {
	color: #CC0000;
	
}

h1 {
	font-size: 1.5em;
	color: #798196;
	clear: left;
}

h2 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.6em;
	font-style: italic;
	padding: 5px;
	color: #D8B000;
	border: 1px dotted #CCCCCC;
	background-color: #000;
	clear: left;
}

h3 {
	font-size: 1em;
	background-color: #F3F3F3;
	padding: 5px;
	margin-bottom: 15px;
	color: #798196;
	border: 1px dotted #646675;
}

h4{
    font-size: 1em;
    font-weight: bold;
	background-color: #F3F3F3;
	padding: 5px;
	margin-bottom: 15px;
	color: #798196;
	border: 1px dotted #646675;
}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #676D79;
	text-decoration: none;
}
a:hover {
	color: #820606;
	text-decoration: underline;
}
a:active {
	color: #890000;
	text-decoration: none;
}


	
/**************************************** Contact form ****************************/

form.contact_us {
	width: 180px;
	margin-top: 0px;
	margin-left: 9px;
	padding: 0px;
}

input.fields_contact_us {display: block;
        width: 180px;
        background: url(images/input_bg.png);
		border-top: 1px solid #C4D2E2;
		border-left: 1px solid #C4D2E2;
		border-bottom: 1px solid #E3E4E9;
		border-right: 1px solid #E3E4E9;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 180px;
          background: url(images/input_bg.png);
		border-top: 1px solid #C4D2E2;
		border-left: 1px solid #C4D2E2;
		border-bottom: 1px solid #E3E4E9;
		border-right: 1px solid #E3E4E9;
		  display: block;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	margin-left: 128px;
	padding: 2px;
	background-color: #F2F3F7;
}

#menu {
	background-image: url(images/black.gif);
}

.indent {
	margin-top: 0;
	line-height: 30px;
	padding-top: 0px;
	padding-left: 80px;
	padding-bottom: 5px;
}


#right p{
	font-size: .9em;
	line-height: 1.4em;
}

