@charset "utf-8";

/*---------------------------------------------------------------------*\
|                                                                       |
|    Oast One CSS                                                       |
|    Totally nailed at Oast One by James Marett, December 2008          |
|    oastone.co.uk														|
|                                                                       |
|    NOTES:                                                             |
|    Colours:                                                           |
|    Blue: #06C                                                         |
|    Light Blue: #6CF                                                   |
|    Green: #87BE55                                                     |
|    Dark Green: #62A421                                                |
|                                                                       |
\*---------------------------------------------------------------------*/

/*-- General --*/

body {
	background: #fff url(../images/oo_homepage_sliver.jpg) repeat-x;	
	margin: 0 0;
	
}

/* -- Fonts -- */



/*-- Layout --*/

#container {
	min-width: 960px;
}

.clouds {
	height: 32px;
	width: auto;
	display: block;
}

#header {
	background: url(../images/oo_homepage_oast.jpg) no-repeat bottom right;
	height: 70px;
	padding-left: 100px;
}
#header h1 { 
	display: none;
}

#content {
	margin: 30px 0 30px 0;
	min-height: 230px;
}

/*--  --*/

.homeleft {
	float: left;
	width: 50%;
}
.homeright {
	float: right;
	width: 49%;
}
.bumph {
	padding: 0 50px 0 102px;
}

.menu {
	padding: 0 102px 0 50px;
	border-left: 2px dotted #999;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu li {
	list-style-type: none;
	line-height: 20px;
}
