/*  ======================================  */
/*      www.oneillsbedandbreakfast.com      */
/*      Site created by Image & Design      */
/*   Copyright 2010. All rights reserved.   */
/*  ======================================  */


/* ------------------------------ */
/*           standard             */
/* ------------------------------ */

html, body {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, ul, ol, p {
  margin: 0;
  padding: 0;
  }

/* -------------------------------------- */
/*           standard  classes            */
/* -------------------------------------- */

.center {
	text-align: center;
	}
	
.left {
	text-align: left;
	}
	
.right {
	text-align: right;
	}
	
.justify {
	text-align: justify;
	}
	
.float-right {
	float: right;
	}

.float-left {
	float: left;
	}

.clear-both {
	clear: both;
	}

.clear-left {
	clear: left;
	}	

.clear-right {
	clear: right;
	}
	
/* ------------------------------ */
/*            layout              */
/* ------------------------------ */


html, body {
	height:100%;
	text-align: center;
	}
	
#container {
	width: 940px;
	height: 100%;
	margin: auto;
	}
	
/* HEADER starts here */	
	
#header {
	width: 940px;
	height: 205px;
	}

#header_top {
	width: 940px;
	height:147px;
	}
	
#header_left {
	width: 100px;
	height: 147px;
	float: left;
	}
	
#header_center {
	width: 645px;
	float:left;
	text-align: left;
	padding: 32px 20px 0 0;
	}
	
#header_center  h2{
	margin: -6px 0 0 0;
	}

#header_right {
	width: 151px;
	height: 147px;
	float:right;
	margin: 0 20px 0 0;
	}
	
#topmenu {
	width: 920px;
	padding: 23px 20px 0 0;
	text-align: right;
	clear: both;
	}
	
/* CONTENT starts here */

#content {
	width: 940px;
	}
	
#content_left {
	width: 220px;
	margin: 0 10px 0 10px;
	float: left;
	}

	.width150px {
	width: 150px;
	padding-left: 25px;
	}
	
	
#content_right {
	width: 640px;
	margin: 0 10px 0 10px;
	float: right;
	padding: 20px 40px 20px 0;
	text-align: left;
	}
	
	#content_right h2, #content_right p {
		margin: 10px 0 10px 0;
		}
	
#footer {
	clear:both;
	}
	
/*  ======================================  */
/*                  tags                    */
/*  ======================================  */

h1, h2, h3 {
	}

/*  ======================================  */
/*                  Classes                 */
/*  ======================================  */	

.paddingtop5px {	
	padding: 5px 0 0 0;
	}

.paddingbottom5px {
	padding: 0 0 5px 0;
	}
	
.margin_top_bottom_50px {
	margin: 50px 0;
	}
