

BODY {
	color : #004799;
	background-color : #FFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
background-image : url(images/Background.jpg);
background-position : top center;
background-repeat : repeat-x;
	margin : 0px auto;
	text-align : center;
}

#contactbox {
	padding: 10px;
	background-color : #E7E9F5;
	margin-top : 10px;
	margin-bottom : 10px;
}
#addressbox {
	padding: 10px;
	background-color : #004799;
	color: White;
		margin-bottom : 10px;
}

A {
	color : #004799;
	text-decoration : none;
}

A:HOVER {
color : #000;
	text-decoration : none;

}

h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 19px;
	font-weight : normal;
	color : #004799;
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : normal;
	color : #004799;
}
h3{
	color : #004799;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : normal;
}
p{
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}
h4{
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : normal;
		
}

h5{
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : normal;
	}
h6{
	color : #004799;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
}
h1, h2, h3, h4, h5, h6, p  {
	margin : 3px 0px 0px 0px;
}


#container{
	width : 810px;
	margin : 0px auto;
	background-color : transparent;
	padding-bottom : 0px;
	  position: relative;
}

#shadow{
	width : 810px;
	margin : 0px 0px 0px 0px;
	background-color : transparent;
	background-image : url(images/Shadow.png);
	background-position : center;
	background-repeat : repeat-y;
	float : left;
}


#mainbody{
	width : 740px;
	margin : 0px auto;
	position : relative;
	height : auto;
}

#text{
	width : 468px;
	float : left;
	margin : 0px auto;
    padding : 0px;
	border : 0px;
		position : relative;
		clear : left;
}

#images{
	width : 258px;
	float : right;
		margin : 0px auto;
    padding : 0px;
		border : 0px;
			position : relative;
					clear : right;
}
