/* v1.0 | 20080212 */

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;
}
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;
}


/* Main Structure */
body {
background: #2e6590 url('images/background.gif') repeat-x top center;
font: 1.0em Arial, Verdana, Tahoma, San-serif;
}

body p {
line-height: 1.5em;
margin-bottom: 15px;
}

#header {
height: 140px;
margin-bottom: 20px;
}

#top-block {
background: #fff url('images/top-block-bg.gif') repeat-x center;
font-size: 0.8em;
overflow: hidden;
}

#container {
clear: both;
margin: 0 auto;
overflow: hidden;
padding: 0px 10px;
width: 960px;
}

#content {
background: #fff;
float: left;
font-size: 0.8em;
margin: 10px 10px 0px 0px;
padding: 20px 10px;
width: 620px;
}

#aside {
background: #f7f6f6;
float: right;
font-size: 0.8em;
margin: 10px 0px 0px 10px;
width: 300px;
}

#footer {
background: #43759b url('images/footer-bg.gif') repeat-x top center;
margin: 20px 0px 0px 0px;
overflow: hidden;
padding: 0px 0px 20px 0px;
}
