<style>{  }

.text {
	border: 1px solid #F00;
}

body {
	color						: #000;
	background-color			: #000000;
	margin						: 0;
	width						: 100%;
	padding						: 0px;
}

a {
	color						: #F2D376;
	text-decoration				: none;
}

a:hover {
	color						: #F2D376;
	text-decoration				: underline;
	font-weight					: normal;
}

#header {
	border						: 0px solid #f00;
	background-image 			: url('http://cylynex.com/images/cytop9.jpg');
	background-repeat 			: no-repeat;
	width						: 100%;
	height						: 137px;
	left						: 0;
	position					: fixed;
	z-index: 1000; top: 0;
}

#container {
	border						: 0px solid #f0f;
	margin-top					: 137px;
	position					: relative;
	height						: auto;
	float						: left;
	width						: 100%;
}

/* hide \*/
* html #container {
	margin-top					: 0px;
}
/**/

#lbox1 {
	border						: 0px solid #00f;
	float						: left;
	width						: 180px;
	height						: 600px;
	margin-left					: 10px;
	background-image			: url('http://www.cylynex.com/images/menubg6.jpg');
	background-position			: top left;
	background-position			: left;
	margin						: 0;
	background-repeat			: no-repeat;
	/* position					: fixed; */
}

#lboxcenter {
	border						: 0px solid #f00;
	padding-top					: 10px;
	padding-left				: 15px;
	padding-right				: 10px;
}

#bodybox {
	border						: 0px solid #515151;
	float						: left;
	margin-top					: 25px;
	margin-left					: 200px;
	height						: auto;
	/*min-height					: 600px;*/
	width						: 800px;
	position					: absolute;
}

/* hide \*/
* html #bodybox {
	margin-left					: 0px;
}
/**/

#bodyboxgall {
	border						: 2px solid #515151;
	float						: left;
	margin-top					: 25px;
	margin-left					: 200px;
	height						: auto;
	width						: 1000px;
	position					: absolute;
}

/* hide \*/
* html #bodyboxgall {
	margin-left					: 0px;
}
/**/


#rbox {
	border						: 2px solid #515151;
	float						: right;
	background-color			: #ccc;
	margin-right				: 25px;
	margin-top					: 25px;
	height						: 500px;
	width						: 200px;
	/*background-image			: url('http://www.cylynex.com/images/pbox.jpg');*/
}

#fbox {
	border						: 0px solid #f00;
	height						: 200px;
	width						: 500px;
	background-image			: url('http://www.cylynex.com/images/pbox.jpg');
	background-repeat			: none;
	float						: left;
	margin-left					: 300px;
}

#fboxcenter {
	border						: 0px solid #f00;
	padding-top					: 50px;
	padding-left				: 55px;
	padding-right				: 50px;
	color						: #fff;
	font-size					: 14px;
	font-family					: Trebuchet MS;
}

.maintext {
	color						: #fff;
	font-family					: Trebuchet MS;
	font-size					: 12px;
}

li {
	list-style					: none;
	border						: 1px solid #666;
	background-color			: #383838;
	width						: 140px;
	/*height						: 20px;*/
	margin-bottom				: 2px;
}

li a {
	font-weight					: normal;
	color						: #ccc;
	font-size					: 14px;
}

li a:hover {
	/*color						: #F2D376;*/
	color						: #0CEC11;
	text-decoration				: none;
	font-weight					: normal;
}

.widthset {
	width						: 140px;
}

/* Guestbook */

#fbbox {
	border						: 2px solid #fff;
	width						: 700px;
	margin-left					: 50px;
	height						: 155px;
	position					: relative;
}

#leftbox {
	position					: absolute;
	left						: 0;
	width 						: 125px;
	font-size					: 14px;
	color						: #fff;
	background-color			: #515151;
	bottom						: 0;
	height						: 145px;
	padding-top					: 10px;
}

#rightbox {
	left 						: 125px;
	width						: 575px;
	min-height					: 125px;
	height						: 125px;
	position					: relative;
	background-image			: url('http://jersey-sam.com/images/blacksld.png');
	color						: #fff;
	font-family					: tahoma;	
}

/* Hides from IE5-mac \*/
* html #rightbox {width: 310px;}
/* End hide from IE5-mac */

#righttop {
	border						: 1px solid #000;
	top							: 0;
	height						: 20px;
	padding-left				: 5px;
	font-weight					: bold;
	color						: #fff;
	background-color			: #515151;
}

</style>