html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:georgia, helvetica, arial;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:#f6eee0;
}

#wrap {
	width:860px;
	margin: 0 auto;
}

#container {
	margin:30px 0 0 0;
	background:#fff url(../img/bgcontainer.gif) no-repeat;
	width:800px;
	padding:30px 30px 0 30px;
	overflow:hidden;
}

.navigation {
	width:820px;
}

.navigation img.logo {
	margin:10px 0 0 0;
	float:left;
}

.navigation ul {
	float:left;
	margin:0 0 0 20px;
}

.navigation li {
	float:left;
	border-left:1px solid #dbdbdb;
	padding:20px 20px 10px 20px;
}

.right {
	float:left;
	border-right:1px solid #dbdbdb;
	padding:20px 20px 10px 20px;
}

.navigation li a{
	text-decoration:none;
	color:#666;
	font-size:1.3em;
	font-weight:bold;
}

.navigation li a:hover{
	color:#ec3d11;
}

.navigation li a.active{
	color:#ec3d11;
}

.navigation li span{
	display:block;
	font-size:0.7em;
	color:#8e8e8e;
	margin:10px 0 0 0;
}

.mainsplash {
	background:url('../img/splashbg.jpg') no-repeat;
	width:480px;
	height:265px;
	padding:85px 0 0 320px;
	color:#fff;
	margin:30px 0 0 0;
	float:left;
}

.main {
	margin:30px 0 0 0;
	float:left;
}

.mainsplash li {
	padding: 0 0 15px 0;
	font-size:1.2em;
	font-weight:normal;
}


.boxleft {
	width:370px;
	float:left;
	margin:0 20px 0 0;

}

.boxright {
	width:340px;
	float:left;
	border-left:1px solid #ccc;
	padding:0 0 0 40px;

}

.boxleft h2, .boxright h2 {
	color:#ec3d11;
	font-size:1.1em;
	line-height:1.2em;
	margin:20px 0 10px 0;
	font-weight:bold;
}

.boxleft img , .boxright img{
	float:left;
}

h1 {
	color:#ec3d11;
	font-size:1.4em;
	line-height:1.2em;
	margin:20px 0 10px 0;
	font-weight:bold;
}

.mainsplash h1 {
	color:#fff;
	font-size:2em;
}

p {
	font-size:0.75em;
	color:#666666;
	margin:0 0 10px 0;
	padding:0;
	line-height:1.4em;
}

h2 {
	color:#ec3d11;
	font-size:1.2em;
	line-height:1.2em;
	margin:20px 0 10px 0;
	font-weight:bold;
}

.footer {
	text-align:center;
	margin:15px 0 15px 0;
}

.info{
	float:left;
	margin:10px 0 0 0;
}

.info p{
	font-size:0.55em;
}

a {
	color:#666666;
}
















