/*
------------------------------------ 
SCOTT MENLEN Site CSS
AUTHOR: ADVANTAGE MM
VERSION: 01.18.07
------------------------------------
*/


/* global stuffs
----------------------------------------------- */
html { margin: 0; padding: 0; }
	
body {
	margin: 0;
	padding: 0;
	font-size: 11px; 
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #d2d2d2; 
	}

img { border: 0px; }
a img { border: none; }

a { color: #8D3500; text-decoration: none; }	
a:hover { color: #8D3500; text-decoration: underline; }		
a:visited { color: #8D3500; }
a:link, a:hover { cursor: pointer; }  /* FORCE SAFARI TO THUMB IT */

#clear { clear: both; }
	
p {
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
	color: #666;
	}
	
h4 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	color: #000;
	}


/* main layout
----------------------------------------------- */
#frontWrap {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 740px;
	height: 677px;
	background-color: #999;
	border: #777 2px solid;
	}
#insideWrap {
	margin: 20px auto 0 auto;
	width: 740px;
	padding: 0;
	background-color: #999;
	border: #777 2px solid;
	}

#frontHeader {
	width: 740px;
	height: 153px;
	background: transparent url(gfx/backgrounds/pageHeader_01.jpg) no-repeat;
	}
#frontLeft {
	float: left;
	width: 571px;
	height: 524px;
	background: transparent url(gfx/backgrounds/frontLeft_01.jpg) no-repeat;
	display: inline;
	}
#frontRight {
	float: left;
	width: 169px;
	height: 524px;
	background: transparent url(gfx/backgrounds/frontRight_01.jpg) no-repeat;
	}
	
#insideHeader {
	width: 740px;
	height: 177px;
	background: transparent url(gfx/backgrounds/pageHeader_02.jpg) no-repeat;
	}
#insideMiddle {
	width: 740px;
	background: transparent url(gfx/backgrounds/contentWrap_01.jpg) repeat-y;
	}
#insideContent {
	float: left;
	width: 569px;
	display: inline;
	}
#insideRight {
	float: left;
	width: 169px;
	height: 524px;
	background: transparent url(gfx/backgrounds/insideRight_01.jpg) left top no-repeat;
	}
#insideFooter {
	width: 740px;
	height: 22px;
	background: transparent url(gfx/backgrounds/insideFooter_01.jpg) no-repeat;
	}

	
#footer {
	margin: 5px auto;
	width: 740px;
	font-size: 10px;
	color: #333;
	text-align: center;
	}
	

/* various styles
----------------------------------------------- */
#frontContent {
	width: 500px;
	padding: 0 0 0 35px;
	}
	
/* img styles
----------------------------------------------- */
img.imageRight {
	float: right;
	margin: 0 0 10px 10px;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}

img.gallery {
	margin: 5px;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
	
img.imageLeft {
	float: left;
	margin: 0 10px 10px 0;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
	

/* thats all yo
----------------------------------------------- */