body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background:url(images/body.jpg) #f6f6f6;
}

* {
	margin:0;
	padding:0;
	
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	
	
	width:760px;
	margin:0 auto;
}



#innerwrapper {
	margin:1px;
	background:url(images/innerwrapper.jpg) top repeat-x;
	padding:20px;
}


.header {
	background: url(img/header.jpg) repeat-x;
}

#header h1 {
	font:2.5em  verdana, Georgia;
	background:url(images/header.jpg) top repeat-y #fff;
	background-attachment:fixed;
	letter-spacing:-1px;
	color:#eee;
	padding:30px 20px 14px 25px;
	height:100px;

}
#header h1 a {
	color:#222;
	text-decoration:none;
	border:none;
	
	

}
#header h1 a:hover {
	color:#000;

}



#empty{
clear:both;
padding:5px;
}

#container {
	width:728px;
	margin:0 auto;
}

#sidebar {
width:190px;
padding:0px;
float:left;
background:#fff;
color:#666;
background:url(images/sidebarright.jpg) top left no-repeat;

}

#sidebar h2 {
	font:150% Arial;
	color:#3333CC;
	border-bottom:1px solid #ccc;
	margin:10px;
	margin-left:0px;
}

#sidebar h3 {
	font:90% Verdana;
	text-transform:uppercase;
	margin:0 10px;
	color:#333;
	letter-spacing:1px;
	font-weight:bold;
}

#sidebar ul,ol {
	margin:0 0 0 10px;
	padding:5px;
}

#sidebar ul li {

	padding:2px;
}

p {
	margin:15px 0;
	line-height:22px;
}

h2 {
	font:135% Arial;
	color:#003399;
	border-bottom:2px solid #f6f6f6;
}

h2 a {
	color:#0033DD;
	text-decoration:none;
}

h2 a:hover {
	color:#0033CC;
}


a {
	color:#0033CC;
}
a:hover {
	text-decoration:none;
}

h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#999;
}
#content ul span {
	color:#444;
}

#content {	
	width:510px;
	padding:0 10px 0px 15px;
	float:left;

}



#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
}
