body {
	margin: 0px;
	padding: 0px;
	background-color: #000033;
	font-family: Tahoma, "Trebuchet MS";
}

img {
	border: 0px;
}

p, li {
	font-family: Tahoma, "Trebuchet MS";
	text-indent: 0px;
	text-align:left;
	letter-spacing: 0px;
	line-height: 22px;
}

p.home {
	font-family: Tahoma, "Trebuchet MS";
	text-indent: 0px;
	text-align:left;
	letter-spacing: 0px;
	font: normal 13pt Tahoma, "Trebuchet MS";
}


ul {
	text-align: left;
	font-family: Tahoma, "Trebuchet MS";
	
}

h1 {
	color: #1E3176;
	font: normal 18pt Tahoma, "Trebuchet MS";
	text-align: left;
}

h2 {
	color: #549D32;
	text-align: left;
	font: normal 16pt Tahoma, "Trebuchet MS";
}

.big_green {
	color: #97CC34;
	padding-top: -20px;
	text-align: left;
	font: normal 20pt Tahoma, "Trebuchet MS";
}

h3 {
	color: #38658F;
	text-align: left;
	font: normal 16pt Tahoma, "Trebuchet MS";
}
.center {
color: #38658F;
	text-align: center;
	font: normal 16pt Tahoma, "Trebuchet MS";
}
	
h4 {
	color: #1E3176;
	text-align: left;
	font: bold normal 12pt Tahoma, "Trebuchet MS";
	line-height:18pt;
}
h5 {
	font-family: Tahoma, "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-align: left;
}
h6 {
	color: #1E3176;
	text-align: left;
	font: normal 10pt Tahoma, "Trebuchet MS";
	line-height:10pt;
}



a {
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color:#000099;
	font-weight: bold;
	text-decoration:underline;
}




#header {
	background: url(images/layout_idea_002_sliced_01.jpg) no-repeat;
	width: 900px;
	clear: both;
}
#footer {
	clear: both;
	font: 8pt Tahoma, "Trebuchet MS";
	color: #889966;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	border-top: 1px solid #dddddd;
	background-color: #1D2A61;
	background-image: url("images/footer_bg.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
}
#footer a {
	color:#ffffff;
	font-weight: bold;
	text-decoration: underline;
	
}
#footer a:hover {
	color:#549D32;
	font-weight: bold;
	text-decoration: underline;
}

#container {
	width: 900px;
	background: #ffffff;
}


#bbb a {
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}
#bbb a:hover {
	color:#000099;
	font-weight: bold;
	text-decoration:underline;
}



#treat_yourself {
	border-top: 1px dotted #ADB8BC;
	border-bottom: 1px dotted #ADB8BC;
	background-image: url("images/stuff_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 323px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 200px;
}


#left {
	float: left;
	width: 212px;
	clear: right;
	text-align: center;
	border-right: 1px solid #dddddd;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


#main {
	background: #ffffff;
	float: right;
	clear: right;
	width: 655px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 25px;
	font-size: 14px;
}

#main hr {
	border-bottom: 1px dotted #ADB8BC;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

#container #main p {
	margin: 0px 0px 10px;
	padding: 0px;
	text-indent: 20px;
	text-align: left;
}

#navigation {
	background: url(images/layout_idea_002_sliced_02.jpg)  no-repeat;
	width: 189px;
	height: 660px;
	font: 15px Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 10px;
	padding-left: 0px;
	letter-spacing: 1px;

}

#navigation a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 5px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 3px;
}

#navigation a:hover {
	display: block;
	color: #0186CB;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 5px;
	border-bottom: 1px solid #75B334;
	padding-bottom: 3px;
}

#green {
	color: #97CC34;
	font-weight: 500;
}

.green_font {
	color: #97CC34;
}


.blue_font {
	color: #1E3176;
}


.center {
	text-align: center;
}

.text_left {
	text-align: left;
}

.nothing {
	text-decoration: none;
	border: 0px;
}

.nothing:hover {
	text-decoration: none;
	border: 0px;
}

.clear {
	clear: both;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}