@charset "utf-8";
/* CPC CSS Document */
/* Developed and Maintained by: Jason Miraples a.k.a. Jamir Design */
/* URL: http://www.jamirdesign.com/ */
/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */

body {
	background:#cccccc;
    font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	
	font: 11px verdana, arial, sans-serif;
	color: #695F4C;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
}

#framecontent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background:#000000;
	color: white;
}

#maincontent{
position: fixed; 
top: 150px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto; 
background:#ccc;
}

#maincontent li {
	line-height:22px;
}

.innertube {
margin:5px 25px 10px 60px; /*Margins for inner DIV inside each DIV (to provide padding)*/
width:800px;
}

* html body{ /*IE6 hack*/
padding: 150px 0 0 0; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
}
a:active {
	color: #666666;
}

h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

#logo {
	padding:15px 0 15px 25px;
}

#content-wrapper {
	padding:15px 0 15px 0;
	min-height:350px;
}

#content-wrapper p {
	line-height:16px;
}

#copyright {
	font-size:9px;
	padding:10px 0 0 60px;
	background:url(http://www.jamirdesign.com/cpc/images/bottom-bg.jpg) bottom repeat-x;
}

#copyright a {
	text-decoration:none;
	font-weight:bold;
}

#float-left {
	float:left;
	background:url(images/slideshow-bg.jpg) no-repeat left;
}