* {
	margin: 0;
	padding: 0;
}

body {
background: #000000;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #990099;
}
a:hover {
text-decoration: underline;
color: #111;
}

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px dotted #FFFFFF;
	background-image: url(images/blockquote.jpg);
	background-repeat: no-repeat;
}

#wrap {
margin: 20px auto;
width: 700px;
}

#top {
padding: 10px 0;
background: #000000 url(images/top.jpg) no-repeat;
}

#header {

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #9900CC;
}
#header h1 a { 
color: #9900CC;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #9900CC;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}


#content {
padding: 0 30px 20px 30px;
background: #FFFFFF url(images/content.jpg) repeat-y;
}

.right {
float: right;
width: 440px;
text-align: justify;
}
.right h2 {
font-size: 20px;
font-weight: 100;
color: #990099;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
color: #111;
}
.right  ul {
padding: 10px 0 15px 20px;
list-style-type: none;
}

.left {
float: left;
width: 180px;
padding-top: 5px;
}
.left  h2 {
margin: 10px 0 0 0;
padding-left: 10px;
color: #111;
font-size: 20px;
}
.left h2 a {
color: #111;
text-decoration: none;
font-weight: 600;
}
.left  h2 a:hover {
color: #990099;
text-decoration: bold;
}
.left  ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li {
color:#111;
}
.left ul li a {
color: #111;
text-decoration: none;
font-weight: 600;
}
.left  ul li a:hover {
color: #990099;
text-decoration: bold;
}
.left  h3 {
margin: 10px 0 0 0;
padding-left: 10px;
color: #111;
font-size: 17px;
}

#bottom {
padding: 10px 0;
background: #000000 url(images/bottom.jpg) no-repeat;
}

#footer {
height: 20px;
line-height: 30px;
text-align: center;
color: #999999;
}

#footer a {
color: #999999;
line-height:10px
font-size: 10px;
}
