@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	background-image: url(../images/main_drop3.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#topnav {
	height: 92px;
	width: auto;
	top: 0px;
	margin: 0px auto 0px auto;
	background-image: url(../images/back-head.jpg);
	display: block;
}

#menuwrapper {
	width: 1000px;
	padding: 0px;
	height: auto;
	text-align: left;
	border: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrapper {
	width: 974px;
	padding: 5px;
	height: auto;
	text-align: left;
	border: 0px solid #ddd;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#header {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: auto;
	background-color: #f1f1f1;
	background-image: url(../rotatefront/paisleybranding-header-happening.jpg);
}
#container {
padding: 0px;
margin: 10px 0px 0px 0px;
background-attachment: scroll;
background-repeat: repeat-y;
background-position: 0px 0px;
height: 1%;
width: auto;
}

#left_content {

	width: 454px;
	float: left;
	height: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 15px;
	padding-bottom: 50px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #cccccc;

}

#right_content{

	width: 454px;
	float: left;
	height: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 50px;

}

.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}
#footer {
	margin: 10px 0px 0px 0px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	background-color: #FFFFFF;
	background-image: url(../images/back-head.jpg);
	background-repeat: repeat-x;
}
#footer p {
color: #999;
margin: 0px auto 0px auto;
padding: 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
color: #999;
text-decoration: none;
}
#footer a:hover {
color: #ccc;
text-decoration: none;
}


.somediv{
	width: 454px;
    clear: left;
	border: 0px dashed gray;
	margin-top: 0px;
	margin-bottom: 5px;
}

.somediv .floatbox{
float: left;
width: 155px;
}

* html .somediv p{ /* IE 3px jog hack*/
height: 1%;
}

.somediv p{
margin-top: 0;
margin-left: 156px;
}

A:link {
	text-decoration: none;
	color: #000000;
}
A:visited {
	text-decoration: none;
	color: #000000;
}
A:active {
	text-decoration: none;
	color: #666666;
}
A:hover {
	text-decoration: underline;
	color: #333333;
}

Hide entire CSS code from IE6 
<![if !IE 6]>



.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 455px; /* container width*/
background: transparent url(/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

.title {

	color: #313131;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	margin-top: 10px;
	text-decoration: none;
	line-height: 15px;

}

.forum {

	color: #313131;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	margin-top: 10px;
	text-decoration: none;
	line-height: 15px;
	text-align:justify;
	text-transform: lowercase;

}

 img.deep {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    background-color: #fcfcfc;
    padding: 4px;
}

ul.bullets {
	list-style-image: url(../images/bullet.gif);
}
