	body {
		/*background: #809ab1 url(/blog/wp-content/themes/Cleaker/Cleaker/images/bg_blue.gif) repeat-x;*/
        /*background: #eae8db;*/
		background-color : #cccccc;
		font-size: 12px;
		/*color: #000;*/
		font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		padding: 0px;
		margin: 0px;
		text-align : center;
	}
	.tabletext {
		font-size : 10pt;
	}
	.tableright {
		padding : 10pt;
		border-left : solid 1px #555555;
		}
	.wrapper {
		width :955;
  		margin-left: auto ;
  		margin-right: auto ;
		padding:0;
		border-left:1px solid #000000;
		border-right:1px solid #000000;
		background-color: #ffffff;
		text-align: left;
	}
	.menu {
		font-family : Tahoma;
		font-size : 16;
		color : White;
		background-color : #0000CD;
		padding: 0;
		margin: 0;
	}
	.contentHold {
		width:900;
		border: 1px solid;
		background-color:#ffffff;
	}
	.leftHold{
		float: left;
		width: 460;
		border: solid 0;
	}
	.mainCol {
		width:425;
		font-size: 12px;
		color: #000;
		font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		background-color: #eeeeee;
		padding: 10;
	}
	.rightHold{
		align: right;
		/*width: 400;*/
	}
	.rightmid {
		float:left;
		/*background-color : #eae8db;*/
		width : 230;
		margin-left : 10;
		padding : 5;
		font-family: tahoma;
		font-size: 11;
        border: solid 0;
	}
	.rightcol {
		float: right;
		width: 200;
		font-family : Tahoma;
		font-size : 10;
		font-weight :bold;
		/*background-color: #eae8db;*/
		padding: 5;
        border: solid 0;
	}
	.rightcol a {
	font-family:arial;
	color : #ffffff;
	}
	.footer {
		font-family : tahoma;
		font-size : 12;
		color : white;
		align : center;
		background-color : #000000;
	}
	
	/***TAKEN FROM BLOG THEME CR*********/
	/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	border-left: 5px solid #ACAB7B;
	background: #e8e9dc url(images/bqt_Bg.png) top no-repeat;
	padding: 10px 10px 4px 10px;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #e4e5d4;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 22px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;

}

h1.title {
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}

h2 {
	font-size: 15px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;

}

/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 900px;
	float: left;
	background: #49647d url(images/navOnBlue.gif) repeat-x;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 14px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}

ul#Nav li {
	float: left;
	border-left: 1px solid #fff;
}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 1.45em;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
}

ul#Nav a:hover {
	background: #cf7f26 url(images/navOff.gif) repeat-x;
	text-decoration: none;
}

ul#Nav li.current_page_item a { 
	color: #fff; 
	background: url(images/navOff.gif) repeat-x; 
	text-decoration: none;
}
