/* Master styles */

* { outline: 0 }

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
img { border: 0 }
.left { float: left }
.right { float: right }
.clear { clear: both }

/* Website styles */
body {
	background: #fff url('bg.gif') top left repeat-x;
}

div#wrapper {
	width: 730px;
	margin: 50px auto 0 auto;
	background: #fff;
	border: 1px solid #fd01b9;
	padding: 10px;
	overflow: hidden;
}
div#logo {
	float: left;
	width: 340px;
	height: 70px;
}
#logo a {
	display: block;
	margin: 15px 0 0 50px;
}
ul#nav {
	float: right;
	width: 389px;
	height: 70px;
	background: #da14ad url('nav-bg.gif') top left repeat-x;
}
#nav li {
	float: left;
	list-style: none;
	line-height: 70px;
	padding: 0 7px;
}
#nav li a {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
#nav li a:hover {
	color: #333;
}
img.main {
	clear: both;
	float: left;
	padding: 5px;
	background: #dadada;
}
div#content {
	float: right;
	width: 368px;
	padding: 10px 0 0 20px;
}
span.wai {
	font-size: 10px;
	color: #fe01ba;
}
.wai a {
	color: #a2a2a2!important;
	text-decoration: none;
}
.wai a:hover {
	text-decoration: underline!important;
}
#content p {
	margin: 15px 0;
}
#content img {
	padding: 5px;
	background: #dadada;
	margin: 0 15px 0 0;
}
#content h1 {
	font-size: 18px;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
}
#content h2 {
	margin: 15px 30px 0 0;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}
#content h1 span, h2 span {
	color: #55ad00;
}
#content a {
	color: #5b9400;
	text-decoration: none;
}
#content a:hover {
	color: #333;
}
#content img.rightpic {
	padding: 5px;
	background: #dadada;
	margin: 0 15px 0 0;
}
div#footer {
	clear: both;
	border-top: 1px solid #fff;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #eee;
	font-size: 10px;
	text-align: right;
}
#footer a {
	color: #666;
	text-decoration: none;
	margin: 0 15px 0 0;
}
#footer a:hover {
	color: #000;
}