* {
	margin: 0;
	padding: 0;
	}

body {
	background: #662266;
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #333;
	}

a {
	text-decoration: none;
	color: #cc33cc;
	}

a:hover {
	text-decoration: underline;
	color: #111;
	}

#wrap {
	margin: 20px auto;
	width: 700px;
	}

#top {
	padding: 10px 0;
	background: #662266 url(images/box-top.jpg) no-repeat;
	}

#header {
	}

#header h1 { 
	font-size: 28px;
	padding: 23px 0 0 20px;
	color: #FF33FF;
	}

#header h1 a { 
	color: #FF33FF;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -1px;
	}

#header h1 a:hover {
	color: #111;
	}

#header h2 {
	font-size: 19px;
	color: #FF33FF;
	padding: 5px 0 0 20px;
	letter-spacing: +1px;
	font-weight: 100;
	}

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

.right {
	float: right;
	width: 440px;
	text-align: justify;
	}

.right a {
	text-color: #cc33cc;
	}

.right a:hover {
	color: #ff55ff;
	}

.right h2 {
	font-size: 18px;
	font-weight: 100;
	color: #cc33cc;
	padding: 15px 0 7px 0;
	}

.right h2 a {
	text-decoration: none;
	}

.right h2 a:hover {
	color: #111;
	}

.left {
	float: left;
	width: 180px;
	padding-top: 5px;
	}

.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	color: #111;
	font-size: 17px;
	}

.left ul {
	padding: 10px 0 15px 10px;
	list-style-type: none;
	}

.left ul li a {
	color: #cc33cc;
	text-decoration: none;
	font-weight: 600;
	}

.left ul li a:hover {
	color: #ff55ff;
	}

#bottom {
	padding: 10px 0;
	background: #662266 url(images/box-bot.jpg) no-repeat;
	}

#footer {
	height: 20px;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
	}