body {
	margin:0 auto;
	background-color:#666666;
	font-smooth:always;
}
img {
	border:0;
}

/*--------Divs--------*/

#container {
	width:914px; height:auto;
	background:url(../images/bg.jpg) repeat-y; overflow:hidden;
}
#innercontainer {
	width:900px; height:auto;
	padding:0 7px 0 7px;
}
#header {
	width:900px; height:96px;
	position:relative;
}
#header #logo {
	width:356px; height:48px;
	position:absolute; left:25px; top:20px;
}
#header #telephone {
	width:237px; height:26px;
	position:absolute; left:630px; top:30px;
}
#navigation {
	width:860px; height:34px;
	margin:0 20px 0 20px;
	background:url(../images/navigation.jpg) no-repeat;
}
.navseparator {
	width:5px; height:16px;
	margin:10px 0 0 0;
	background-image:url(../images/navseparator.jpg); background-repeat:no-repeat;
	float:left; position:relative;
}
#undernavigation {
	width:900px; height:39px;
	background:url(../images/undernav.jpg) no-repeat;
}
#flash {
	width:796px; height:214px;
	padding:0 52px 0 52px;
}
#middle {
	width:796px; height:auto;
	padding:10px 52px 10px 52px;
}
#left {
	width:534px; height:auto;
	float:left; position:relative;
}
#contact {
	width:500px; height:auto; 
	float:right; position:relative; display:block; 
	padding-top:55px; padding-right:5px; 
}
#right {
	width:252px; height:auto;
	padding:0 0 0 10px;
	float:left; position:relative;
}
#right img {
	padding:0 0 10px 0;
}
.boxtop {
	width:252px; height:60px;
	background-image:url(../images/boxtop.jpg); background-repeat:no-repeat;
}
.boxbg {
	width:252px; height:auto;
	background-image:url(../images/boxbg.jpg); background-repeat:repeat-y;
}
.boxbottom {
	width:252px; height:11px;
	background-image:url(../images/boxbottom.jpg); background-repeat:no-repeat;
	padding:0 0 10px 0;
}
#footer {
	width:900px; height:60px;
	background:url(../images/footer.jpg) no-repeat;
	float:left; position:relative;
}

/*--------Styles--------*/

p, h1, h2, a, a:visited, a:hover, ul, li, td {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; text-decoration:none; text-align:left; color:#333333;
	margin:0; padding:0; padding:0 0 15px 0;
}
.boxtop p {
	font-size:21px; color:#FFFFFF; text-align:center;
	padding:13px 0 0 0;
}
.boxbg p {
	color:#000000;
	padding:5px 5px 5px 25px;
}
h1 {
	font-size:25px; color:#0000D7;
}
#footer h2 {
	font-size:11px; text-align:right;
	padding:35px 56px 0 0;
}
ul, li {
	margin:0; padding:0;
	vertical-align:baseline;
}
li {
	font-weight:bold;
	padding:0 0 3px 15px;
}
ul {
	padding:0 0 12px 70px;
}
td {
	margin:0; padding:0; padding-bottom:5px; 
}
a:link, a:visited {
	color:#0000D7;
	margin:0; padding:0;
}
a:hover {
	text-decoration:underline;
	margin:0; padding:0;
}
#navigation a, #navigation a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:16px;
	display:block; float:left; position:relative; padding:8px 15px 0 15px;
}
#navigation a:hover {
	text-decoration:underline;
}