/*	laurelVISION
	Laurel Kamps
	lv_stylez.css
	*/
	
body {
	background-image: url("images/bg_main_hbluban.gif");
	background-repeat: repeat-x;
	margin: 0px;
}

img {
	border: 0px;	
}

/*	BANNERS	*/
.ban_main {
	position: absolute;
	background-image: url("images/ban_mainlv.gif");
	top: 0px;
	left: 0px;
	width: 720px;
	height: 110px;
}

.ban_comms {
	background-image: url("images/ban_comms.gif");
	top: 0px;
	left: 0px;
	width: 720px;
	height: 110px;
}

/*	320w light blue box, centred	*/
.smblubox {
	background-color: #cce5ff;
	top: 0px;
	left: 200px;
	width: 320px;
	color: #000033;
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
	padding: 15px;
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 200px;
}

/*	For sample images	*/
.mainsample {
	left: 50px;
	width: 620px;
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 20px;
}

/*	Same as smblubox, but not fixed in place - meant to be next to a float-left-400w image	*/
.smblubox2 {
	background-color: #cce5ff;
	top: 0px;
	width: 320px;
	color: #000033;
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	padding: 15px;
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 25px;
}

.mdblubox {
	background-color: #cce5ff;
	top: 0px;
	left: 100px;
	width: 520px;
	color: #000033;
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
	padding: 15px;
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 100px;
}

/*	Meant for h2, h3, etc	*/
.dkblu {
	color: #000033;
	font-family: verdana;
	text-align: center;
}

.smalltext {
	font-size: 10px;
	line-height: 13px;
}

.cbuttons {
	width: 700px;
	text-align: center;
	margin-left: 10px;
}

/*	<HR> images	*/
.hr_models {
	background-image: url("images/cban_models.gif");
	width: 720px;
	height: 35px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.hr_draws {
	background-image: url("images/cban_drawings.gif");
	width: 720px;
	height: 35px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.hr_glines {
	background-image: url("images/cban_glines.gif");
	width: 720px;
	height: 35px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.top1 {
	width: 45px;
	height: 66px;
	margin-left: 338px;
	margin-top: 10px;
	margin-bottom: 30px;
}


.fleft {
	float: left;
	margin: 10px;
	margin-left: 15px;
}

.fright{
	float: right;
	margin: 10px;
	margin-right: 15px;
}

/*	because <center> tags are bad juju	*/
.centre {
	/*text-align: center;*/
	margin: auto;
}

td {
	color: #000033;
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

img {
	border: 0px;	
}

a:link, a:visited, a:active {
	color: #000033;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	font-style: italic;
}