body {
	font-family: "Trebuchet MS", Arial, sans;
	font-size: 12px;
	line-height: 18px;
	background-color: #e8e8e8;
}

h1,h2,h3,h4,h5 {
	line-height: 1.5em;
	margin-bottom: 10px;
}

h1 { font-size: 24px;}
h2 { font-size: 18px; color: #4a4484;}
h3 { font-size: 16px;}
h4 { font-size: 14px;}
h5 { font-size: 12px;}
p {
	margin-bottom: 10px;
}
p.bio {
	margin-top: -10px;
}
a {
	color: #352b65;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul {
	margin-bottom: 20px;
}

img {}

a img {
	border: 0;
}
img.right {
	float: right;
	margin: 0 0 15px 15px;
}
.newsletter input.email,
input,textarea {
	border: 1px solid #555;
	padding: 3px;
	width: 300px;
}
input[type="radio"],
input[type='checkbox'],
input[type='submit'],
input.submit {
	width: auto !important;
}
.newsletter input,
.newsletter textarea {
	width: 145px;
}

#container {
	width: 770px;
	margin: 30px auto;
	background-color: #FFF;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

#header {
	width: 770px;
	height: 150px;
	background: transparent url(/media/images/header.jpg) top left no-repeat;
	text-indent: -10000px;
}

#nav_main {
	padding: 5px;
}
#nav_main ul {
	text-align: center;
	margin-bottom: 0;
}
#nav_main ul li {
	display: inline;
}
#nav_main ul li.last {
	margin-right: 0;
}
#nav_main ul li a {
	color: #494381;
	font-size: 11px;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	text-transform: uppercase;
	text-decoration: none;
}
#nav_main ul li.active a,
#nav_main ul li a:hover {
	background-color: #9b96ca;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content {}

#content .action  {
	width: 770px;
	margin: 0 0 10px 10px;
}
#content .action span a:hover {
	background-color: #333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

span#join a,
span#protect a,
span#wmeaction a{
	display: inline-block;
	background: transparent url() top left no-repeat;
	width: 241px;
	height: 60px;
	text-indent: -10000px;
	margin-right: 10px;
}

span#join a {
	background-image: url(/media/images/join.png);
}
span#protect a {
	background-image: url(/media/images/protect.png);
}
span#wmeaction a {
	background-image: url(/media/images/wmeaction.png);
}

#main {
	float: right;
	width: 495px;
	margin-right: 10px;
}

#main .content {
	margin-top: 320px;
}

#main p img {
	padding: 10px;
}

#main li {
	margin-left: 15px;
	list-style-type: disc;
}

#sidebar {
	float: left;
	width: 240px;
	margin-left: 10px;
}
#sidebar p,
#sidebar ul {
	padding: 0 20px;
}
#sidebar h2,
#sidebar h3 {
	padding: 0 10px;
}

#sidebar li a {
	color: #352b65;
	text-decoration: none;
}
#sidebar li.active {
	list-style-type: disc;
}
#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar div {
	background-color: #e0e6dc;
}
#sidebar .top,
#sidebar .bottom {
	display: block;
	width: 240px;
}
#sidebar .top {
	background: transparent url(/media/images/sidebar_top.jpg) top left no-repeat;
	height: 60px;
	margin-bottom: -40px;
}
#sidebar .bottom {
	background: transparent url(/media/images/sidebar_bottom.jpg) top left no-repeat;
	height: 74px;
}

#sidebar .dyk {
	text-align: center;
	color: #2c68a6;
}
#sidebar .media {
	text-align: center;
}


#sidebar hr {
	background: transparent url(/media/images/sidebar_hr.jpg) top left no-repeat;
	height: 43px;
	border: 0;
	border-style: none;
}


#footer {
	margin-top: 20px;
	border-top: 5px solid #9fb3e5;
	padding: 10px 5px;
	font-size: 11px;
	text-align: center;

}