/* ********************************************** */
/* padding and margins 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, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* ********************************************** */
/* now begin the template */
/* ********************************************** */

body {
	/*background-color:#ebe9e1;*/
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

p {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	padding:10px;
}

a {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

h1 {
	color:#000000;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:24px;
	font-weight:bold;
	line-height:25px;
}

h2 {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	border-bottom:1px solid #cccccc;
}

img {
	border:0px solid #cccccc;
	padding:5px;
	margin:10px;
}

img.alignleft {
	float:left;
}

img.alignright {
	float:right;
}

#content {
	width:970px;
	margin:10px auto;
	text-align:left;
	background-color:#ffffff;
	background-image:url(../images/boxwhite-bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	border:1px solid #dddddd;
	padding:20px;
}

.box, #nav, #footer {
	background-color:#f5f4f0;
	background-image:url(../images/boxgrey-bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	color:#333333;
	border:1px solid #dddddd;
	padding:20px;
}

.clear {
	height:1px;
	clear:both;
}

#header {
	height:100px;
	padding:20px;
	margin-bottom:20px;
}

#nav {
	font-size:12px;
	height:10px;
	clear:both;
	margin-bottom:20px;
}

#nav a {
	padding:20px 15px 15px 15px;
	text-decoration:none;
}

#nav a:hover {
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
}

#innerds {
	clear:both;
	margin-bottom:15px;
}

#sidebar {
	width:250px;
	float:left;
	margin-right:25px;
}

#sidebar .box {
	margin-bottom:20px;
}

#main {
	float:left;
	width:650px;
}

#footer {
	margin:10px 0 0 0;
	clear:both;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}




