/* Start of CMSMS style sheet 'home_style' */
/* standard html stuff */

body {
	width: 990px;
	background-color: #666666;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
}

div {
	text-align: center;
}

a {
	color: white;
	text-decoration: none;
}

/* overall page css*/

#page {
	width: 100%;
	background-color: #333;
	height: 718px;
}

/* header css */

div#header {
	background-color: #FFFFFF;
	height: 184px;
	color: #663300;
	width: 100%;
	float: left;
}

div#header #byline {
	margin-left: 30px;
	margin-top: 30px;
	width: 424px;
	text-align: left;
	font-size: 13px;
}

div#header #logo {
	margin-left: 523px;
	/*background: url("bow_logo.jpg") no-repeat;*/
background: url("uploads/images/bow_logo.jpg") no-repeat; 
	width: 313px;
	height: 190px;
	margin-top: -151px;
}

/* pagecontent css */

div#pagecontent {
	width: 100%;
	display: inline-block;
	background: url("http://www.bodyofwork.com.au/cms/uploads/images/swarna_home.jpg") no-repeat;
}
div#pagecontent #home_float {
	position: relative;
	float: left;
	top: 196px;
	left: 40px;
	width: 400px;
	text-align: left;
	font: 22px/33px Verdana, sans-serif, "Lucida Grande", Lucida;
	letter-spacing: 1px;
}

div#pagecontent #magcover {


/*background-color: red;*/
	width: 400px;
	height: 540px;
	float: left;
	padding-left: 10px;
}

div#pagecontent #buttons {
	width: 508px;
	float: right;
	position: relative;
	top: -12px;
	font-size: 12px;
}

#buttons li {
	list-style-type: none;
	float: left;
	height: 19px;
	text-align: center;
	width: 78px;
	line-height: 17px;
}


div#pagecontent #text {
	width: 468px;
	height: 515px;
	color: black;
	clear: both;
	float: right;
	position: relative;
	top: -160px;
}

div#pagecontent #text #textcontent {
	background-color: white;
	width: 390px;
	height: 410px;
	margin-right: 0	px;
	margin-top: 5px;
	margin-left: 0px;
	color: black;
	text-align: left;
	font-size: 12px;
	padding: 8px;
}

div#pagecontent #text #textcontent a {
	color: black;
}

/* footer css */

div#footer {
	font-size: 11px;
	padding-left: 10px;
	float: left;
	top: -155px;
	position: relative;
}
/* End of 'home_style' */

