/******************************************************************************

CSS Document for portfolio site
Type: Web Stylesheet
Purpose: Style all general elements within the website
Author: John Toyne
Email: johntoyne@gmail.com
Comments: Send comments about my styles to my email, use freely

*******************************************************************************/

*
{

}
html
{

}
body
{
	background:#232223 url(../../images/web/body_bg.jpg) repeat-x;
	text-align:center;
}
#wrapper_top
{
	width:100%;
	height:417px;
	background-image:url(../../images/web/banner_bg.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#search_bar
{
	width:50%;
	height:26px;
	text-align:right;
	float:left;
}
#search_form
{
	padding-right:10px;
}
#search_form a
{
	color:#999;
	padding:0 5px;
	font-size:0.8em;
}
#small_logo
{
	width:50%;
	height:26px;
	text-align:left;
	float:left;
}
#logo
{
	clear:both;
	width:900px;
	height:99px;
	margin:0 auto;
	text-align:left;
	padding-top:10px;
}
#flash_banner
{
	width:950px;
	height:282px;
	margin:0 auto;
}
#wrapper_nav
{
	width:1000px;
	height:43px;
	margin:0 auto;
	background-image:url(../../images/web/nav_bg.png);
	background-repeat:no-repeat;
}
#wrapper_content
{
	width:1000px;
	margin:0 auto;
	clear:both;
	overflow:auto;
	background-image:url(../../IMAGES/WEB/content_bg.png);
	padding:20px 0;
}
#content
{
	width:900px;
	margin:0 auto;
}
#left
{
	width:200px;
	float:left;
	text-align:center;
}
#middle
{
	width:460px;
	float:left;
	text-align:left;
	padding:0 20px;
}
#content_panel
{
	width:440px;
	height:80px;
	margin:10px auto;
	border:1px solid #ccc;
	background-color:#e1e1e1;
}
#content_panel_alternate
{
	width:440px;
	height:80px;
	margin:10px auto;
	border:1px solid #ccc;
	background-color:#dbdbdb;
}
#right
{
	width:200px;
	float:left;
	text-align:center;
}
#content_bottom
{
	width:1000px;
	height:43px;
	margin:0 auto;
	clear:both;
	background-image:url(../../IMAGES/WEB/content_bottom.png);
	background-repeat:no-repeat;
	padding:20px 0;
	padding-bottom:100px;
}
#content_bottom p
{
	margin-top:20px;
	margin-bottom:100px;
}
#content_bottom p a
{
	color:#169dfb;
	padding:0px 20px;
}
#wrapper_footer
{
	width:100%;
	height:77px;
	position:fixed;
	bottom:0;
	left:0;
	z-index:10;
	text-align:left;
	background-image:url(../../IMAGES/WEB/footer_bg.png);
	background-repeat:repeat-x;
}
#floating_ad
{
	width:202px;
	height:202px;	
	position:absolute;
	top:45px;
	right:20px;
	background-image:url(../../images/web/speech.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.small_row
{
	height:60px;
	border:1px solid #ccc;
	background-color:#e1e1e1;
	border-bottom:0;
}
.small_row_alternate
{
	height:60px;
	border:1px solid #ccc;
	background-color:#dbdbdb;
	border-bottom:0;
}