/*Basic Styles*/
html {
	height: 100%;
	}

Body {
	color: #FFFFFF; 
	background-color: #B5B5B5; 
	height: 100%;
	}

td { 
	text-align: left; 
	vertical-align: top; 
	font-family: Tahoma; 
	font-size: 11px; 
	color: #E5E5E5;
	}

a {
	text-decoration: none; 
	color: #8F5929;
	}

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

H3 {
	color: #8F5929; 
	font-weight: bold; 
	font-size: 20px; 
	font-family: Tahoma;
	}
	
/*Essentials of the site: Header, Title, Menu bar, etc.*/	

#page {
	height: 100%
	margin: 0px auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}

#site {
	width: 980px;
	position: relative; 
	margin: 0px auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}

#header {
	width: 100%;
	position: relative;
	top: 0px;
	right: 0px;
	}
	
#site_title {
	height: 120px;
	font: 80px impact;
	text-align: center;
	}
	
#menu_bar {
	position: relative;
	z-index: 10;
	display: block;	
	background-color: #757575;
	min-width: 980px;
	width: 100%;
	height: 36px;
	border-style: solid;
	border-width: 2px;
	border-color: #555555;
	}
		
#ddmenu_container {
	position: relative;
	margin: 0px;
	width: 100%;
	height: 36px;
	}
	
#ddmenu {
	position: relative;
	float: left;
	left: 13.5%;
	margin: 0;
	padding: 0;
	width: 144px;
	height: 36px; 
	}
	
#ddmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 144px; 
	height: 36px; 
	}
	
#ddmenu li a {
	display: block;
	padding: 0;
	width: 144px; 
	height: 36px; 
	background-color: #5e8ce9;
	color: #fff;
	text-decoration: none; 
	}
	
#ddmenu li ul {
	display: none;
	top: 34px;
	left: -1px;
	background-color: #757575;
	border-width: 2px;
	border-top: 2px;
	border-style: solid;
	border-color: #757575;
	}
	
#ddmenu li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	}
	
#ddmenu li:hover li {
	float: none; 
	}
	
#ddmenu li:hover li a {
	background-color: #69f000;
	border-bottom: 1px solid #fff000;
	color: #00000; 
	}
#ddmenu li li a:hover {
	background-color: #8db3ff; 
	}
	
#menu_spacer {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 13px;
	background-image: url(http://www.justnopoint.com/RajaaBoy/site/images/spacer_menu.png);
	background-repeat: no-repeat;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	border: 2px;
	border-top: 0px;
	border-style: solid;
	border-color: #555555;
	padding: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#B1, #B2, #B3 {
	position: absolute;
	display: block;
	z-index: 100;
	}

#content {
	display: block;
	position: absolute;
	width: 980px;
	height: auto;
	left: 0px;
	background-color: #A5A5A5;
	border-style: solid;
	border-width: 2px;
	border-top: 0px;
	border-color: #555555;
	text-align: left;
	font: 12px times-roman;
	}

#event {
    display: block;
	position: relative;
	width: 100%;
	height: auto;
	left: 0;
	background-color: #A5A5A5;
	border-style: solid;
	border-width: 0px;
	border-top: 0px;
	border-left: 0px;
	border-color: #555555;
	text-align: left;
	font-size: 12px;
	font-family: "Times New Roman"
	}

#event_title {
    display: block;
	float: right;
	width: 735px;
	padding-top: 8px;
	text-align: center;
	text-decoration: underline;
	font-family: "impact";
	font-size: 32px;
	color: #222222;
	border-style: solid;
	border-width: 2px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-color: #555555;
	}

#event_content {
    display: block;
	float: right;
	width: 635px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: justify;
	font-family: "Times New Roman";
	font-size: 16px;
	color: #000000;
	border-style: solid;
	border-width: 2px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-color: #555555;
	}

#event_info {
	position: absolute;
	display: block;
	width: 171px; /** 980 - (980*0.75) - (padding-left) - (border-right) **/
	padding-left: 72px;
	top: 25%;
	text-align: justify;
	font-family: "Times New Roman";
	font-size: 12px;
	color: #000000;
	border-style: solid;
	border-width: 2px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-color: #555555;
	}		
	
#event_spacer {
	display: block;
	position: relative;;
	left: -2px;
	width: 980px;
	height: 13px;
	background-image: url(http://www.justnopoint.com/RajaaBoy/site/images/spacer_content.png);
	background-repeat: no-repeat;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	border-width: 2px;
	border-style: solid;
	border-color: #555555;
	padding: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

/*Other Classes and IDs*/		
button.style {
	font: bold 24px Arial; 
	text-align: center;
	width:144px; 
	height:36px; 
	}
	
button.slider {
	font: bold 24px Arial; 
	text-align: center;
	width:128px; 
	height:32px; 
	}	
