/*
Theme Name: Bluebusiness
Theme URI: http://www.makequick.com
Version: 1.0
Description: 2 Column theme
Author: Make Quick
Author URI: http://www.makequick.com
*/



/* Links */

a:link { text-decoration: none; color: #549AD8; }

a:visited { text-decoration: none; color: #549AD8; }

a:hover, a:active { color: #49AF61; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; }

h1 { font-size: 32px; margin-bottom: 0px; margin-top: 10px;}

h2 { font-size: 20px; }

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }


body
{
	margin: 0;
	padding: 0;
	color: #222222;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #6E9CC7;
	font: normal 76% "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	text-align: center;
}

#wrapper2 {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#header
{
	float: left;
	width: 768px;
	padding-bottom: 8px;
	background: #FFFFFF;
	clear: right;
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;
	padding-left: 0px;
	margin-top: 13px;
}

#navigation
{
	clear: both;
	float: left;
	width: 100%;
	background-image: url(images/header.gif);
	height: 186px;
}

#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	background: #FFFFFF;
}

#content-wrapper
{
	width: 65%;
	float: left;
	margin:10px;
}

#sidebar-wrapper
{
	float: left;
	margin-left:20px;
	width:220px;
	* width: 210px;
}


#footer
{
	clear: both;
	float: left;
	width: 768px;
	text-align: left;
	padding-left: 20px;
	background: #FFFFFF;
	color: #549AD8;
	font-size: 11px;
}

/* Header */

#header h1 { padding-left: 30px; }


#wrapper a:link { font-weight: bold; }

#wrapper a:visited { font-weight: bold; }

#wrapper a:hover, #wrapper a:active { }
