/* CSS Document */

/* COLOURS USED

Font
#333333 font - body
#CB1A00 h1

Background colours
#CC0000 - header
#f8f3ea - main content
#e5ddd0 - left col 
#b2d076 - bottom content
#CC0000 - footer
*/


* {
		padding: 0;
		margin: 0;
		}

body { font-family: Georgia, "Times New Roman", Times, serif, arial, ; font-size: 76%; 
		text-align: center; height:742px; background-color: #CCBFB3;        
        color: #333333; }

#wrapper {
		width:807px; 
		margin: 0  auto; padding:0; text-align:left;
		}

#header { 
		background: #CC0000 url(images/bg_top_login.jpg) top left no-repeat; width:807px; height:76px;
		float: left; clear:both;
		}



#main_content { 
		background: #f8f3ea url(images/bg_right-column.gif) top right repeat-y;  width:807px; height:346px; clear:both; 
		}


/* Left Column */
#left-column { 
		background: #e5ddd0 url(images/bg_left-column.gif) top left no-repeat; width: 197px; height:346px; padding:0; 
		float:left; margin: 0; text-align:left; 
		}
#left-column h1{ 
		color: #CB1A00; font-size: 18px; font-weight: bold; font-style:italic; padding: 0 2px 0 18px; margin-bottom: 4px; 
		}
#left-column h2{ 
		color: #333333; font-size: 11px;  padding: 0 2px 0 18px; line-height: 15px; 
		}
#left-column p{ 
		padding: 0 3px 3px 22px; margin:0; line-height: 10px; 
		}
#left-column ul { 
		margin: 2px 0 3px 15px ; padding:0; left:0; 
		} 
#left-column li { 
		width:170px; background: transparent url(images/bullet.gif) left 6px no-repeat;  line-height: 14px;  
		list-style-type:none; padding-left: 12px; padding-top: 3px; color: #CB1A00; 
			}
			
			#navlist li {
				display: inline; color: #ffffff;
				list-style-type: none; 
				}
			#navlist li a, #navlist li a:link, #navlist li a:visited { 
				color: #ffffff; text-decoration: none; font-family:Arial, Helvetica, sans-serif;
				padding: 0 0px 0 10px; border-right: 1px solid #ffffff; line-height: 10px}
			#navlist li a:hover { color: #333333; text-decoration: none}
			


/*Right Column */
#right-column { 
		background: url(images/main-photo-1.jpg) top right no-repeat;  width: 610px; height:346px; 
		padding:0; float:left; margin: 0; padding:0; text-align:left; 
		}
#right-column h1{
		color: #CB1A00;	font-size: 27px;  font-weight: normal; font-style:normal; width: 400px;
		padding: 0 2px 0 22px; margin: 12px 0 0 0; line-height: 28px;
}
			#right-column h2{ 
				color: #333333; font-size: 17px; font-weight: normal;  
				padding: 10px 2px 17px 22px; line-height: 20px; 
				}
			#right-column h3{ 
				color: #CB1A00; font-size: 18px; font-weight: bold;  
				padding: 0 2px 10px 22px; line-height: 15px; 
				}
			#right-column p{ 
				font-family:Verdana, Arial, Helvetica, sans-serif;color: #333333; 
				padding: 0 3px 0 22px; font-size: 13px; line-height: 17px;  
				}
			#right-column ul { 
				margin: 0px 0 0 22px ; padding:0; left:0;
				} 
			#right-column li { 
				font-family:Verdana, Arial, Helvetica, sans-serif;width:300px; 
				background: transparent url(images/bullet-bold.gif) left 6px no-repeat;  
				font-size: 13px; line-height: 16px; list-style-type:none; padding-left: 12px; padding-top: 3px; 
				color: #color: #333333;  }
	
form { margin:0px ; padding:0 }
select { margin: 5px 0 5px 22px }


/* Bottom content */
#bottom_content { background-color: #FF9900;
		width:807px; height:156px;
		}


/*left Column Bottom */
#left-column-btm { 
		background: url(images/bg_left-column-btm.gif) top left no-repeat; width: 197px; height:156px; 
		padding:0; float:left; margin: 0; text-align:left; 
		}

		
.searchbutton { margin-right: 18px; margin-top:5px; width:112px; height:26px; float:right }
.loginbutton { margin-right: 18px; margin-top:8px; width:74px; height:26px; float:right }
 

/*Right Column Bottom */
#right-column-btm { background: url(images/bg_right-column-btm.gif) top right repeat-y; 
		width: 610px; height:156px; padding:0; float:left; margin: 0 0px 0 0; text-align:left;
		     }

div.gallery {   
	padding: 0px; margin: 12px 0 0 12px; width:565px;
	}
div.gallery DL { width:113px; text-align:center; 
	padding: 0px 0px 0px 0px; margin:0; float: left;
	}
div.gallery DD { color:#ffffff; width:807px;; font-size: 0.9em; text-align:center; 
	margin: 0 auto 4px auto; padding: 2px 0; width:113px; font-weight:bold 
	}
	div.gallery DD h5 { color:#ffffff; font-size: 1.25em; margin:0; font-weight:bold 
	}

dt img { 
	width:90px; height:90px; border: 0px solid #000000;
	}	


/* Footer */
#footer { background-color:#E61E00;  width:807px; margin:0 auto; }
