* {
	margin: 0;
	padding: 0;
}

body {
background: #990066;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
}

a { color: #FF66CC; text-decoration: none; }
a:hover { text-decoration: underline; color: #fff;}

#wrap {
width: 1024px;
margin: 0 auto;
}

#header {
margin: 40px 0 50px 0;
}
#header h1 {
font-size: 32px;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a {
color: #3300FF;
text-decoration: none;
}
#header h1 a:hover {
color: #eee;
text-decoration: none;
}
#header h2 {
color: #FF9900;
font-size: 18px;
font-weight: 100;
}

#content {
float: left;
width: 500px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #000;
text-align: justify;
font-size: 16px;
}
#content h2 {
color: #FF9900;
font-size: 16px;
font-weight: 100;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #000;
margin-bottom: 10px;
}
#content h2 a {
color: #3300FF;
text-decoration: none;
}
#content h2 a:hover {
color: #eee;
}

#content_wide {
float: left;
width: 980px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #000;
border-right: 1px dotted #000;
text-align: justify;
font-size: 16px;
}
#content_wide h2 {
color: #FF9900;
font-size: 16px;
font-weight: 100;
padding: 10px 0 5px 0;
border-bottom: 1px dotted #000;
margin-bottom: 10px;
}
#content_wide h2 a {
color: #3300FF;
text-decoration: none;
}
#content_wide h2 a:hover {
color: #eee;
}


#leftmenu {
float: left;
width: 250px;
padding: 0 20px 20px 0;
font-size: 13px;
}
#leftmenu h2 {
border-bottom: 1px dotted #000;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #FF9900;
font-size: 16px;
font-weight: 100;
}
#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#rightmenu {
float: left;
width: 160px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #000;
font-size: 16px;
}
#rightmenu h2 {
border-bottom: 1px dotted #000;
padding: 10px 0 5px 0;
margin-bottom: 10px;
color: #FF9900;
font-size: 16px;
font-weight: 100;
}
#rightmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#footer {
margin-top: 20px;
border-top: 1px dotted #000;
font-size: 11px;
text-align: center;
padding: 10px 0 10px 0;
}
#footer a { 

}
#footer a:hover {
}

.thumbs {
        border:1px #000000 solid;
}

.directory p {
        margin-left: 20px;
        padding: 10px 0 10px 0;
        text-align: left;
}

.directory p a {
        color:#a77b12;
        #text-decoration: none;
}


