/* ===================================
 * RORegister Official Website
 * CSS Style Sheet
 *
 * @author		yjwong
 * @copyright	The RORegister Dev Team
 * =================================== */

/* ===================================
 * Global styles
 * =================================== */
body {
	background: #663366;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#roreg_shadow {
	background: url('images/roreg_shadow.png');
	position: relative;
	width: 800px;
	bottom: 20px;
}

/* ===================================
 * Header styles
 * =================================== */
#roreg_header_background {
	background: url('images/roreg_header_background.png');
	width: 100%;
	height: 120px;
	text-align: center;
}

#roreg_header {
	position: relative;
	top: 10px;
}

/* ===================================
 * Menu styles
 * =================================== */

#roreg_menu {
	background: url('images/roreg_menu_background.png');
	width: 750px;
	height: 28px;
}

#roreg_menu_item {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	display: inline;
	position: relative;
	top: 7px;
}

#roreg_menu_item a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#roreg_menu_item a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#roreg_menu_item a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ===================================
 * Content styles
 * =================================== */

#roreg_content {
	background: #FFFF99;
	width: 730px;
	height: 100px;
	padding: 10px;
	text-align: left;
	font-family: "segoe ui", tahoma;
	font-size: 13px;
}

/* ===================================
 * Footer styles
 * =================================== */
#roreg_footer {
	background: url('images/roreg_footer.png');
	background-repeat: no-repeat;
	position: relative;
	width: 780px;
	height: 75px;
	bottom: 20px;
	padding: 10px;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

