/* CSS Document */

body.outer {
	padding:25px 0px 25px 0px;
	margin:0px;
	background-color:#190000;
	background-image:url(images/outer_bg.gif);
	background-repeat:repeat-y;
	background-position:top;
	background-attachment:scroll;
	font-family:sans-serif;
	font-size:14px;
	color:#330000;
	}
body.inner {
	padding:0px;
	margin:0px;
	background-color:#190000;
	background-image:url(images/inner_bar_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:scroll;
	font-family:sans-serif;
	font-size:14px;
	color:#330000;
	}
h1 {
	margin-top:5px;
	margin-bottom:3px;
	font-size:18px;
	font-weight:bold;
	color:#66CC00;
	}
h2 {
	margin-top:3px;
	font-size:16px;
	font-weight:normal;
	font-family:serif;
	color:#333333;
	}
.hr {
	margin-top:25px;
	margin-bottom:15px;
	}
a {
	font-weight:bold;
	color:#66CC00;
	text-decoration:underline;
	}
a:hover {
	color:#33FF00;
	text-decoration:none;
	}
a:visited {
	color:#009900;
	text-decoration:underline;
	}
#logo {
	width:750px;
	padding-top:30px;
	padding-bottom:90px;
	}
#menu {
	width:750px;
	height:25px;
	margin-top:35px;
	margin-bottom:35px;
	background-color:#333333;
	border:1px dashed #FFFFFF;
	}
/* Menu styling begins here */
#navlist {
	margin:5px 0px 0px 0px;
	position:relative;
	left:-20px;
	}
#navlist li {
	padding:3px 1px 5px 1px;
	list-style-type:none;
	display:inline;
	}
#navlist li a {
	padding:6px 2px 5px 2px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	}
#navlist li a:hover {
	background-color:#CCCCCC;
	color:#000000;
	text-decoration:none;
	}
/* End Menu styling */
#mainTop {
	width:752px;
	height:20px;
	background-image:url(images/main_top.gif);
	/*filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;*/
	}
#main {
	width:730px;
	padding:10px;
	background-color:#FFFFFF;
	background-image:url(images/hand_heart.gif);
	background-position:top right;
	background-repeat:no-repeat;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	/*filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;*/
	text-align:left;
	}
#main2 {
	width:730px;
	padding:10px;
	background-color:#FFFFFF;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	/*filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;*/
	text-align:left;
	}
#main3 {
	width:730px;
	padding:10px;
	background-color:#FFFFFF;
	background-image:url(images/hand_heart_aveda.gif);
	background-position:top right;
	background-repeat:no-repeat;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	/*filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;*/
	text-align:left;
	}
#mainBottom {
	width:752px;
	height:20px;
	margin-bottom:25px;
	background-image:url(images/main_bottom.gif);
	/*filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;*/
	}
#footer {
	width:752px;
	text-align:center;
	color:#CCCCCC;
	}
#footer a {
	font-weight:normal;
	color:#CCCCCC;
	text-decoration:none;
	}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
#innerBar {
	width:100%;
	height:100%;
	background-image:url(images/inner_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	}
#innerSky {
	width:100%;
	background-image:url(images/inner_sky_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}
.halfboxRight {
	width:50%;
	margin-top:25px;
	margin-left:50%;
	}
.halfboxRight2 {
	width:40%;
	margin-top:25px;
	margin-left:60%;
	}
.halfboxLeft {
	width:45%;
	height:145px;
	margin-top:7px;
	margin-right:25px;
	float:left;
	background-image:url(images/leaf.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
.halfboxLeft2 {
	width:45%;
	margin-top:7px;
	margin-right:25px;
	}
.halfboxLeft3 {
	width:100%;
	margin-top:7px;
	background-image:url(images/leaf.gif);
	background-repeat:no-repeat;
	background-position:left;
	}