*{margin:0; padding:0;}

body {
font-family: "Century Gothic", Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
font-size: 15px; 
background: #eee;
color: #333; 
margin:0; 
padding:0;
line-height: 135%;
}

a { color: #4B8DCA; text-decoration: none; }
a:hover { text-decoration: none; color : #111; }

img{ border: none; padding: 6px; } 
img a{border:none;} 

ul { list-style-type: none; }

#page {
	width: 1000px;
	margin: 20px auto;
}

#header { 
background: #eee url(images/header.jpg) no-repeat;
height: 150px;
}
#header h1 {
font-size: 41px;
font-weight: 100;
letter-spacing: -3px;
padding: 65px 0 0 50px;
}
#header h1 a {
color: #fff;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
letter-spacing: -1px;
color: #111;
font-size: 25px;
font-weight: 100;
padding: 13px 0 0 50px;
}

#menu {
background: #eee url(images/menu.jpg) no-repeat;
height: 40px;
line-height: 40px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 40px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #eee;
font-size: 21px;
letter-spacing: -2px; 
}
#menu ul li a:hover {
color: #fff;
background: #4B8DCA url(images/menuover.jpg) repeat-x;
}

#wrapper {
padding: 0;
background: #eee url(images/content.jpg) repeat-y;
padding: 0 30px;
}

#content {
	float: right;
    width: 690px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#sidebar {
    float: left;
	width: 230px;
	padding-top: 10px;
}

#footer {
    margin: 0 auto 10px auto;
    background: #eee url(images/footer.jpg) no-repeat;
	height: 100px;
	line-height: 100px;
	font-weight: 100;
    font-size: 12px;
    text-align: center;
	color #fff;
	
}
#footer p { color: #fff; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#content h2 {
    font-weight: 100;
    letter-spacing: -1px;
    font-size: 27px;
    margin: 10px 0 15px 0; padding: 0 0 3px; 
	color: #4B8DCA;
}

#content ul {
color: #555555;
padding: 10px 30px;
}
#content ul li {
list-style-type: square;
}

#sidebar img { padding: 0; margin: 0; }
#sidebar ul {
    list-style-type: none; 
}

#sidebar h2 {
    background: #4B8DCA url(images/sidebarh2.jpg) no-repeat;
    height: 40px;
    line-height: 40px;
    font-weight: 100;
    letter-spacing: -1px;
    font-size: 19px;
    margin: 20px 0 0 0; padding: 0 0 0 10px; 
	color: #eee;
}

#sidebar ul li {

}

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

#sidebar ul li {
    background: url(images/bullet.jpg) no-repeat center left;
    padding: 2px 0 2px 22px;
}
#sidebar ul li a { font-size: 15px; letter-spacing: -1px; }


