/* CSS Document */
*		{marging 0; padding: 0;}
html	{overflow-y: scroll; height: 100%;}
ul		{list-style: square inside;}
ol		{list-style: decimal inside;}
a		{outline: none; text-decoration: underline;}
img		{vertical-align: middle;}

body {
	margin: 0px; padding: 0px;
	background:#666;	
}
h1 {
	margin:0px;
	padding:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#003300;
	font-size:40px;
}
p {
	margin:0px;
	padding:10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
}

#bg {
	width:1180px;
	height:2620px;
	background:url(../images/bg.jpg);
	margin-left:auto;
	margin-right:auto;
}

#site {
	width:960px;
	height:1400px;
	margin-left:auto;
	margin-right:auto;
}


#box1 {
	width:945px;
	height:93px;
}

#box1logo {
	width:532px;
	height:73px;
	margin-top:20px;
	float:left;
	background:url(../images/logo.jpg)
}

#box1logocontact {
	width:240px;
	height:71px;
	margin-top:20px;
	float:left;
	margin-left:170px;
	background:url(../images/logocontact.jpg);
}



#box2 {
	margin-top:5px;
}



#box3 {
	width:954px;
	height:100px;
	border-style:solid;
	border-width:3px;
	border-color:#006699;
	
}

#box3con1 {
	width:954px;
	height:100px;
	border-bottom-style:solid;
	border-width:3px;
	border-color:#006699;
	background-color:#CCC;
}
#textbox {
	position:absolute;
	width:250px;
	height:50px;
	margin-left:50px;
	margin-top:20px;	
}

#box4 {
	width:960px;
	height:2230px;
	margin-top:15px;
}

#box5 {
	width:940px;
	height:96px;
	margin-top:15px;
	background:url(../images/contactpic.jpg);
}