@charset "utf-8";
/* CSS Document */

body
		{
		background: url(../images/background.gif);
		background-repeat: repeat-x;
		background-color: #be0001;
		height: 39px;
		}

.spacer
		{
		background-image: url(../images/spacer.png);
		width: 120px;
		height: 120px;
		}
*
		{
		margin-top: 0px;
		margin-bottom: 0px;
		}
		
img
		{
		border: none;
		}
		
#background_top
		{
		background: url(../images/background_top.gif);
		background-repeat: repeat-x;
		height: 39px;
		}
		
#wrap
		{
		width: 642px;
		margin-left: auto;
		margin-right: auto;
		}		
		
#header
		{
		width: 642px;
		height: 105px;
		}
		
#logo
		{
		float: left;
		}
		
		
		
/**customised ONLY FOR HOMEPAGE - start**/
#homepage_bg
		{
		background: url(../images/logo.png);
		background-position: center;
		background-repeat: no-repeat;
		width: 613px;
		height: 100px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		}
		
		#main_area_home
				{
				width: 640px;
				height: 560px;
				border-top: 1px solid #000;
				margin-bottom: 20px;
				}
				
		#main_area_text_wrap_home
				{
				}
/**customised ONLY FOR HOMEPAGE - end**/



#menu_bar
		{
		width: 422px;
		height: 65px;
		float: right;
		margin-top: 40px;
		margin-left: 45px;
		}
		
#main_area
		{
		background: url(../images/main_area_background.gif);
		width: 640px;
		height: 560px;
		border: 1px solid #000;
		margin-bottom: 20px;
		}

#main_area_header
		{
		background: url(../../../images/main_area_header.gif);
		width: 174px;
		height: 25px;
		margin-top: 29px;
		}

#main_area_text_wrap
		{
		margin: 20px;
		}
		



		
#completed_list li
		{
		display: inline;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin-left: auto;
		margin-right: auto;
		font-weight: bold;
		color: #e54518;
		}

.completed_table
		{
		width: 400px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}
		
#footer
		{
		height: 45px;
		}
		
		#footer_text
				{
				width: 600px;
				margin-left: auto;
				margin-right: auto;
				text-align: center;
				padding-top: 10px;
				}
				
.fbox_group img
		{
		border: 1px solid #dd7a0b;
		}

h4
		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 20px;
		font-weight: normal;
		}
		
h5
		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		}

h6
		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		}

.text_orange
		{
		color: #e54518;
		}

.text_black
		{
		color: #000;
		}
		
.link_orange
		{
		color: #e54518;
		text-decoration: none;
		}
		
		.link_orange:hover
		{
		color: #e54518;
		text-decoration: underline;
		}
		
.link_black
		{
		color: #000;
		text-decoration: none;
		}
		
		.link_black:hover
		{
		color: #000;
		text-decoration: underline;
		}