/*
Theme Name: Royal Orchid
Theme URI: http://wpjunction.com
Description: A theme by HPA 
Version: 1.0
Author: HPA
Author URI: http://wpjunction.com
*/



/* General */

body {
	margin: 0;
	background: #04070d;
	text-align: center;
	color: #AEB9CB;
}

a {
	color: #ffffff;
	text-decoration: none;
}
		
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("images/page.gif") repeat-y;
	text-align: justify;
}

#page-top {
	width: 1004px;
	background: url("images/page_top.jpg") no-repeat;
}

/* Header */

#header {
	width: 1004px;
	height: 365px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 30px;
		left: 252px;
		width: 500px;
		text-align: center;
	}
	
	#header #header-info h1 {
		color: #06060b;
		font: normal 44px Arial, Verdana;
		padding-bottom: 1px;
	}
	
	#header #header-info h1 a {
		color: #06060b;
		text-decoration: none;
	}

/* Main */

#main {
	width: 620px;
	* width: 660px;
	float: left;
	padding: 0 30px;
}

#main a {
	color: #ffffff;
	text-decoration: none;
}
		
#main a:hover {
	text-decoration: underline;
}
		
#main h2 {
	color: #ffffff;
	font: normal 20px Arial, Verdana;
}
		
#main h2 a {
	color: #ffffff;
	text-decoration: none;
}
		
#main h2 a:hover {
	text-decoration: underline;
}

	
#sidebar {
	float: right;
	font: normal 12px/18px Arial, Verdana;
	color: #aeb9cb;
	margin-bottom: 10px;
	margin:0 50px;
	width:200px;
}
	
#sidebar a {
	color: #ffffff;
	text-decoration: none;
}
	
#sidebar a:hover {
	text-decoration: underline;
}

#footer {
	width: 1004px;
	height: 21px;
	padding: 0 27px;
	color: #9E9CB0;
	font: normal 13px/60px Arial, Verdana;
	text-align: center;
	font-size: 11px;
	background: url("images/page_bottom.jpg") no-repeat;
}

