/* CSS Document */

html{
height:100%;}

body{
margin:0;
padding:0;
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background-color:#e04548;
}

a:visited, a:active, a:link{
color:#000000;
text-decoration:underline;
}

a:hover{
color:#000000;
text-decoration:none;
}

	#top{
	background-image:url(images/tpobg.gif);
	background-repeat:repeat-x;
	height:44px;
	}
	
		#menu{
		width:960px;
		margin:0 auto;
		}
		
			.itemactive{
			float:left;
			padding-top:10px;
			background-image:url(images/menuactive.gif);
			background-position:center bottom;
			background-repeat:no-repeat;
			text-align:center;
			height:34px;
			color:#c2b0af;
			margin-right:30px;
			}
			.item{
			padding-top:10px;
			height:33px;
			float:left;
			text-align:center;
			margin-right:30px;
			}
			
			a.item:visited, a.item:active, a.item:link{
			color:#ffffff;
			text-decoration:none;
			}
			a.item:hover{
			color:#c2b0af;
			text-decoration:none;
			}
			
		#container{
		width:960px;
		min-height:656px;
		margin:20px auto;
		border:solid 3px #c2b0af;
		background-color:#ffffff;
		}
		
			#left{
			float:left;
			width:420px;
			height:656px;
			background-image:url(images/woman.jpg);
			background-repeat:no-repeat;
			}
				#leftmenu{
				width:207px;
				height:243px;
				margin-top:381px;
				margin-left:166px;
				padding-top:12px;
				padding-left:10px;
				}
				
					.leftmenu{
					width:177px;
					height:19px;
					margin-bottom:12px;
					padding-top:2px;
					padding-left:10px;
					}
					
					.leftmenuactive{
					width:177px;
					height:19px;
					margin-bottom:12px;
					padding-top:2px;
					padding-left:10px;
					display:block;
					background-image:url(images/menuover.gif);
					background-repeat:no-repeat;
					color:#c2b0af;
					text-decoration:none;
					}
					
					a.leftmenu:visited, a.leftmenu:active, a.leftmenu:link{
					display:block;
					background-color:#c2b0af;
					color:#ffffff;
					text-decoration:none;
					}
					a.leftmenu:hover{
					display:block;
					background-image:url(images/menuover.gif);
					background-repeat:no-repeat;
					color:#c2b0af;
					text-decoration:none;
					}
			
				#content{
				padding-right:20px;
				text-align:justify;
				padding-left:10px;
				}
				
			#right{
			text-align:right;
			margin-left:420px;
			}
		
		#footer{
		clear:both;
		height:46px;
		background-image:url(images/footerbg.gif);
		background-repeat:repeat-x;
		}
			#footercontent{
			width:960px;
			margin:0 auto;
			text-align:right;
			font-size:10px;
			}