/* Ron's Works Design Studio Website | CSS Version 1.0 (c) 2007 Ron's Works */
html {
	padding: 0;
	margin: 0;
}

body {
	background-color:#404040;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/body/topbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
	

/* Text Formatting */

p {
	font-family: "Lucida Grande", Geneva, Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

h1 {
	font-family: Geneva, sans-serif, Arial, Helvetica;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/global/titlesbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	width: auto;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

h2 {
	font-family: "Lucida Grande", Geneva, Helvetica, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

ul {
	font-family: "Lucida Grande", Geneva, Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

li {
	font-family: "Lucida Grande", Geneva, Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.copyright {
	font-family: "Lucida Grande", Geneva, Helvetica, Arial;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
}

/* Links */

a:link {
	color: #ff0000;
}

a:visited {
	color: #ff0000;
}


/* Cells */

#contentcontainer {
	height: 560px;
	width: 920px;
	top: 50%;
	position: absolute;
	z-index:1;
	left: 50%;
	margin-top: -280px;
	margin-left: -460px;
	clear: both;
}

#topbar {
	float: left;
	height: 20px;
	width: 920px;
	position: relative;
	background-image: url(../images/body/page_01.jpg);
	background-attachment: scroll;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

#left-side-menu-bar {
	float: left;
	height: 40px;
	width: 250px;
	position: relative;
	background-image: url(../images/body/page_02.jpg);
	background-attachment: scroll;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

#center-side-menu-bar {
	float: left;
	height: 40px;
	width: 650px;
	position: relative;
	background-image: url(../images/body/page_03.jpg);
	background-attachment: scroll;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

#right-side-menu-bar {
	float: left;
	height: 40px;
	width: 20px;
	position: relative;
	background-image: url(../images/body/page_04.jpg);
	background-attachment: scroll;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

#logo-block {
	float: left;
	height: 470px;
	width: 250px;
	position: relative;
	background-image: url(../images/body/page_05.jpg);
	background-attachment: scroll;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

#content-block-images {
	float: left;
	height: 470px;
	width: 650px;
	position: relative;
	background-image: url(../images/body/page_06.jpg);
	background-attachment: scroll;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

#content-block-text {
	float: left;
	height: 450px;
	width: 630px;
	position: relative;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-color: #f6f6f6;
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 10px;
	overflow: auto;
}

#closing-block {
	float: left;
	height: 470px;
	width: 20px;
	position: relative;
	background-image: url(../images/body/page_07.jpg);
	background-attachment: scroll;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

#bottombar {
	float: left;
	height: 20px;
	width: 920px;
	position: relative;
	background-image: url(../images/body/page_08.jpg);
	background-attachment: scroll;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}

#copyrightbar {
	float: left;
	height: 10px;
	width: 920px;
	position: relative;
}


/* Objects */

