body {
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

/* Logo */

#logo {
		width: 760px;
	height: 50px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	float: left;
	padding: 10px 0px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

#logo h1, a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	height: 30px;
	width: 760px;
	margin:0 auto;
	clear: both;
}

#menu ul {
	margin: 0;
	padding: .35em 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #311C3C;
	background-color: #EB81A9;
}

/* Splash */

#splash {
	width: 760px;
	height: 260px;
	margin: 0 auto;
	clear: both;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
}

#content h2 {
	height: 25px;
	padding: 6px 0 0 31px;
	background: url(images/img06.gif) no-repeat 10px 8px;
	text-transform: uppercase;
	font-size: 1em;
	color: #000000;
}

#content h3 {
	font-size: 1em;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 250px;
	background: url(images/img03.jpg) no-repeat top right;
	padding-top: 20px;
}

#content li {
	padding-left: 20px;
	background: url(images/img09.gif) no-repeat left center;
}

#content .content {
	padding: 10px 31px 20px 31px;
	border: 1px solid #EA9CC1;
}

/* Column One */

#colOne {
	float: left;
	width: 520px;
	background: url(images/img04.gif) repeat-x;
}

#colOne2 {
	float: left;
	width: 720px;
	background: url(images/img04.gif) repeat-x;
}

#colOne .boxed {
	background: url(images/img07.gif) repeat-x;
}

/* Column Two */

#colTwo {
	float: right;
	width: 200px;
	background: url(images/img05.gif) repeat-x;
}

#colTwo .boxed {
	background: url(images/img08.gif) repeat-x;
}
#content .content a{color:#333333;}
#colTwo .content {
	padding: 10px;
}

/* Footer */

#footer {
	width: 760px;
	height: 60px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.gif) repeat-x left bottom;
}

#footer p {
	margin: 0;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: x-small;
	color: #666666;
}

#footer a {
	color: #666666;
}
