/* Reset */
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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, fieldset, legend,
table {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	text-align: left;
}
ol, ul { list-style: none; }

/* Global */
body {
	margin: 25px 0;
	background: url(../elements/body_background.png) repeat-x;
	font: normal 12px "Lucida Grande", Tahoma;
	line-height: 1.4em;
	color: #333;
}
a { 
	color: #0085cf; 
	text-decoration: none; 
}
input, select, textarea { 
	font: normal 12px "Lucida Grande", Tahoma;
	color: #666;
}
.clear {
	clear: both; 
	height: 0;
	font-size: 0;
	line-height: 0;
}
.grid2col, .grid6col { 
	overflow: hidden;
	width: 942px; 
	clear: both;
}

#top, #bottom {
	width: 984px;
	height: 30px;
	margin: 0 auto;	
}

#top 	{ background: url(../elements/main_top.png) bottom no-repeat; }
#bottom { background: url(../elements/main_bottom.png) top no-repeat; } 

#top p {
	width: 957px; 
	margin: 0 auto;
	padding-right: 35px;
	text-align: right;
	color: #666;
}
#top a {
	display: inline;
	padding: 0 3px;
	color: #666;
}

/* Main */
#main { 
	width: 984px; 
	margin: 0 auto;
	background: #fff url(../elements/main_background.png) repeat-y;
}

/* Middle */
#middle {
	width: 984px;
	margin: 0 auto;
}

#middle .container {
	position: relative;
	width: 964px;
	margin: -1px auto 0;
	overflow: hidden;
}

/* Bottom */
#bottom p {
	padding-top: 25px;
	text-align: center;
	font-size: 11px;
	color: #333;
}
#bottom a 	   { color: #2971c1; }
#bottom strong { color: #333; }
#bottom span   { color: #ec4601; }