* {
	margin: 0;
	padding: 0;
}

body {
/** background: #ffffff url(Img/bg.gif) repeat-x; **/
//background: #7070a0;
//background: #7351c2;
background: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0a0a0a;
}

//a { color: #60C3DB; text-decoration: none; }
a { color: #3030a0; text-decoration: none; }
a:hover { text-decoration: underline; }

#wrap {
width: 980px;
margin: 0 auto;
}

#header {
margin: 20px 0px 10px 40px;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a {
//color: #FAFFB0;
color: #0000FF;
text-decoration: none;
}
#header h1 a:hover {
color: #eee;
text-decoration: none;
}
#header h2 {
//color: #999;
//color: #5555aa;
color: #4040bb;
font-size: 18px;
font-weight: 100;
}

#content {
float: left;
//width: 468px;
width: 518px;
padding: 0px 20px 20px 20px;
border-right: 1px dotted #aaa;
border-left: 1px dotted #aaa;
text-align: justify;
}
#content h2 {
//color: #B0FFBD;
//color: #4040FF;
color: #1F7a20;
font-size: 14px;
font-weight: 100;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #aaa;
margin-bottom: 5px;
}
#content h2 a {
//color: #B0FFBD;
//color: #4040FF;
color: #1F7a20;
text-decoration: none;
}
#content h2 a:hover {
color: #eee;
}
#content ul {
list-style-type: square;
padding: 0 0 10px 20px;
}

#rightmenu {
float: right;
width: 180px;
padding: 0 20px 20px 0;
}
#rightmenu h2 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 5px;
//color: #B0FFBD;
//color: #000099;
color: #1F7a20;
font-size: 14px;
font-weight: 100;
}
#rightmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#leftmenu {
float: left;
width: 180px;
padding: 0 20px 20px 0px;
//border-right: 1px dotted #aaa;
}
#leftmenu h2 {
border-bottom: 1px dotted #aaa;
padding: 10px 0 5px 0;
margin-bottom: 5px;
//color: #B0FFBD;
//color: #4040ff;
color: #1F7a20;
font-size: 14px;
font-weight: 100;
}
#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#footer {
margin-top: 20px;
border-top: 1px dotted #aaa;
font-size: 11px;
text-align: center;
padding: 10px 0 10px 0;
}
#footer a { 

}
#footer a:hover {

}