body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family: rockwell;
	font-size: 11px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #f5008e;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
}
h3 {
	font-size: 12px;
	padding-left: 15px;
}

.skiplink, .skiplink:hover, .skiplink:visited { 
  position: absolute; 
  left: 0; 
  top: -500px; 
  width: 1px; 
  height: 1px; 
  overflow: hidden; 
} 
 
.skiplink:active, .skiplink:focus { 
  position: static; 
  width: auto; 
  height: auto; 
}

p, ul, ol {
	margin: 0 2em 2em 0;
	text-align: justify;
	line-height: 18px;
	font-size: 13px;
}

a:link {
	text-decoration: none;
	color: #333333;
}

a:hover, a:active {
	text-decoration: none;
	color: #ff00ff;
}

a:visited {
	text-decoration: none;
	color: #ff00ff;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Header */


#header {
	width: 737px;
	height: 31px;
	margin: 0 auto;
	background: url(images/header_bg.jpg) no-repeat left top; 
}
 

#banner {
	width: 737px;
	height: 142px;
	margin: 0 auto;
	margin-top: 0px;
}

/* Menu */

#menu {
	float: left;
	width: 737px;
	height: 20px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 15px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 6px 7px;
	letter-spacing: -.5px;
	text-decoration: none;
	text-transform: uppercase;
	font: 14px rockwell;
	font-weight: bold;
	color: #FFFFFF;
   	outline: none;
}

#menu a:hover { 
	text-decoration: none; 
	color: #FF00FF;
}

/* Page */

#page {
	width: 737px;
	margin: 0 auto;
	background: #ffffff;
	
}

/* Content */

#content {
	float: right;
	width: 550px;
	height: 415px;
	background: url(images/content_bg.jpg) no-repeat;
}


/* Sidebar */

#sidebar {
	float: left;
	height: 415px;
	width: 160px;
	background: #ffffff;
}

#sidebar a {
   	outline: none;
	padding-left: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
	
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img08.jpg) no-repeat left 50%;
}

#sidebar p {
	height: 18px;
	width: 159px;
	margin-bottom: 0;
	background: url(images/img07.jpg) no-repeat;
	font-size: 14px;
	color: #333333;
}

/* Footer */
#footer {
	width: 737px;
	background: #000;
	margin: 0 auto;
}

#footer-wrap_L {
	float: left;
	width: 300px;
	margin: 0 auto;
	text-align: left;
	color: #ffffff;
	padding-top: 3px;
}

#footer-wrap_L a {
   	outline: none;
	text-decoration: none;
	color: #ff00ff;
}

#footer-wrap_L a:hover {
   	outline: none;
	text-decoration: none;
	color: #ffffff;
}

#footer-wrap_R {
	float: right;
	width: 437px;
	margin: 0 auto;
	text-align: right;
	color: #ffffff;
	padding-top: 3px;
}


#legal a {
	color: #999999;
}
