
/********************************************
*                                           *
* Author: 	Paul Killoran                   *
*         	Starlight Solutions             *
*                                           *
* Date: 	13/06/2007                      *
*********************************************
*                                           *
* Copyright © Starlight Solutions 2007      *
* This module remains the property of       *
* Starlight Solutions at all times.         *
* Unathorised use is not permitted.         *
*                                           *
********************************************/

/* Structure and layout */
body { background-color:#cccccc; }

#splash_page_container { 
	position:relative; 
	margin:0 auto; 
	width:780px; 
	height:600px;
	border:1px solid #cccccc; 
	background:url('images/splash.gif') no-repeat top;
}

#splash_main_container { 
	margin-top:130px;
	margin-left:380px;
	width: 360px;	
	border:1px solid black;
	background-color: white;
	padding:10px;
}

#page_container { 
	position:relative; 
	margin:0 auto; 
	width:780px; 
	height:600px;
	border:1px solid #cccccc; 
	height:auto;
}

#banner_container { 
	margin-top:0px;
	margin-left:0px;
	width: 780px;
	height:130px;
	background-color: white;
	padding:0px;
	background:url('images/banner.gif') no-repeat top;
}

#body_container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0px;
	width: 780px;
	background: url("images/background.gif") repeat-y;	
}

#left_column_container {
	float:left;
	width:40px;
}

#main_container { 
	float:left;
	width:696px;
	border:1px solid black;
	border-bottom-width:0px;
	/*background-position:120px 60px;
	background-image:url("images/girl.gif");
	background-repeat:no-repeat;*/
}

#nav_bar {
	width:100%;
	height:40px;
	background:url('images/menu.gif') no-repeat top;
}

#content { padding:5px 10px 10px 10px; }

#right_column_container {
	float:right;
	width:42px;
}

#footer_container { 
	background:url('images/bottom_main.gif') no-repeat top;
	width:780px;
	height:40px;
}
	
#footer_container div.site_designed_by {
	text-align:right;
	margin-top:8px;
	margin-right:10px;
	float:right;
}

#footer_container div.powered_by {
	margin-top:8px;
	margin-left:10px;
	float:left;
}

#footer_container a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;

}

#layout_flash_message {
	margin:70px auto;
	text-align:center;
}
	
#layout_flash_message a {
	text-decoration:none;
}

#layout_flash_message h1 {
	font-size:18pt;
	border:0px;
}

}

