/*css notes area*/

/*universal styles*/
*{
	/*required for uniformity*/
	margin: 0px;
	padding: 0px;
	position: relative;
}

/*basic html styles*/
html{
	width: 100%;
	height: 100%;
}

body{
	width: 100%; /*required for IE*/
	height: 100%; /*required for IE*/
	background-color: #990E5E;
	background-attachment: fixed;
	color: #000000;
}

a{
	color: #000000;
}

a:hover{
	background-color: #000000;
	color: #990E5E;
}

img{
	border-width: 0px;
}

fieldset{
	padding: 5px;
}

blockquote{
	text-indent: 1.5em;
}

li{
	margin-left: 10px;
}

ul ul{
	margin-left: 1.5em;
}

/*user-defined styles*/

div#main_container{
	width: 980px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*header*/
div#header{
	text-align: center;
	height: 75px;
	width: 100%;
	background-color: #887468;
	background-repeat: no-repeat;
	background-placement: left center;
	background-image: url("../images/rose_75px_clear.gif");
	color: #000000;
}

div#header a{
	color: #000000;
}

/*left bar*/

div#left_bar{
	float: left;
	width: 290px;
	height: 400px;
	color: #000000;
	background-color: #C787AA;
}

div#left_bar a{
	color: #000000;
}

div#left_bar a:hover{
	background-color: #000000;
	color: #C787AA;
}

div#left_bar #login{
	margin-left: 5px;
}

div#left_bar #menu div.menu{
	text-align: center;
	border-top-color: #B36B93;
	border-bottom-color: #B36B93;
	border-left-color: #C787AA;
	border-right-color: #C787AA;
	border-style: solid;
	border-width: 5px;
	background-color: #990E5E;
	color: #000000;
	 
}

div#left_bar #menu div.menu:hover{
	border-top-color: ;
	border-bottom-color: ;
	border-left-color: ;
	border-right-color: ;
	background-color: #887468;
	color: #990E5E;
}


div#left_bar #menu div.menu a{
	background-color: transparent;
	color: #000000;
}

div#left_bar #menu div.menu:hover a{
	background-color: transparent;
	color: #990E5E;
}

/*right bar*/

div#right_bar{
	float: right;
	width: 1px;
	height: 400px;
	color: #000000;
	background-color: #C787AA;
}

div#right_bar a{
	color: #000000;
}

div#right_bar a:hover{
	background-color: #000000;
	color: #C787AA;
}

/*main part*/

div#main_part{
	clear: none;
	text-align: left;
	margin-left: 310px;
	margin-right: 21px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #B36B93;
	color: #000000;
	width: 629px;
}

div#main_part a{
	color: #000000;
}

div#main a:hover{
	background-color: #000000;
	color: #B36B93;
}

/*footer*/

div#footer_part{
	clear: both;
	text-align: center;
	background-color: #B36B93;
	color: #000000;
	width: 100%;
	height: auto;
}

div#footer_part a{
	color: #000000;
}

div#footer_part a:hover{
	background-color: #000000;
	color: #B36B93;
}
