* {
    padding:0;
    margin:0;
}


body { 
font-family: Verdana, sans-serif; 
line-height: 1.4;
font-size: 14px;
background: #fff url(images/bg.png) repeat-x;
margin: 0;
padding: 0;
}


a { color: #993366; text-decoration: none;}

a:hover { text-decoration: underline; }

a:visited {color: #666666;text-decoration: underline; }
h1, h2, h3, h4, h5 { font-family: 'Buda', arial, serif; margin: 3px 0 15px 0; font-weight: 100; border-bottom: 1px dotted #919191; color: #6666FF;}

h1 { font-size: 27px; font-weight: bold;}

h2 { font-size: 25px; }

h3 { font-size: 23px; font-style: italic;}

h4 { font-size: 21px; }

h5 { font-size: 19px; font-weight: bold; font-style: italic;}

ul { margin: 0 0 20px 30px; list-style-type: square; }

ol { margin: 0 0 20px 30px; list-style-type: decimal; }

blockquote { background: #eee; border-left: 5px solid #bcbcbc; padding: 10px; margin: 0 0 20px 0; }

blockquote p { margin: 0; padding: 0; }

p { padding: 0 0 20px 0; }

table { margin: 0 0 20px 0; text-align: left; width: 100%; }

td, th { padding: 5px; border: 1px solid #e7e7e7; }

th { color: #323232; }


#wrap { 
width: 960px;
margin: 0 auto 20px auto;
}


#header {
padding: 30px 0 20px 0;
}

#header h1 {
font-family: 'Amaranth', arial, serif;
margin: 0;
padding: 0 0 0 20px;
font-weight: bold;
font-size: 51px;
border: none;
line-height: 1;
background: none;
}

#header h1 a { text-decoration: none; color: #9999FF; }

#header h1 a:hover { text-decoration: none; color: #990033; }

#header h2 { background: none; border: none; margin: 0; padding: 0 0 0 24px; color: #000; font-weight: bold; font-size: 23px; }


#menu {
background: #FFF5FF;
height: 80px;
line-height: 80px;
font-size: 16px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 22px;
}

#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #fff;
}

#menu ul li a:hover {
color: #fff;
background: url(images/menuover.png) repeat-x;
}

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


.right {
float: right;
width: 580px;
margin-top: 10px;
}


.left {
border:thin solid #9999FF; 
float: left;
background:#FFF5FF;
width: 340px;
color: #717171;
}

.left h3 { background: #FFF5FF; height: 40px; line-height: 40px; margin: 0 0 0 20px; padding: 0 0 0 10px; color: #666999; border: none; font-size: 17px; font-style:normal; font-weight:bold;}
.left h5 { background: #FFF5FF; height: 40px; line-height: 40px; margin: 0 0 0 20px; padding: 0 0 0 10px; color: #666999; border: none; font-size: 14px; font-style:italic; font-weight:normal;}


.left ul { margin: 0; padding: 10px 20px 20px 30px; list-style-type: none; }
.left ul li { background: url(images/list.png) no-repeat left top; padding: 0 0 3px 20px; margin: 0; font-size: 13px;}

.left ul li a { font-size: 14px; }


#footer { 
border:thin solid #9999FF; background:#FFF5FF;
padding: 0 30px;
text-align: left;
color: #666699;
font-size: 13px;
}

#footer p { padding: 0; margin: 0; }

#footer a { color: #CC6699; }

#footer a:hover { border-bottom: 1px dotted #CC6699; text-decoration: none; }


#footer a:visited { text-decoration: none;}
.footerleft { float: left; }

.footerright { float: right; }
