@charset "UTF-8";
/* CSS Document */

a:link{color:#0000CC; text-decoration:none; size:12px;}
a:visited{color:#0000CC; text-decoration:none;}
a:active{color:#FFFFFF; text-decoration:line-through;}
a:hover{color:#FFCC00; font-weight:bold;}

body {
	margin:0;
	background-color:#ffffff;
	background-image:url(Images/bgimg.png);
	background-position: top center;
	background-repeat:repeat-x;
	}

#background {
	background-image:url(Images/topimg.gif);
	background-repeat:no-repeat;
	height:182px;
	width:1024px;
	position:relative;
	margin:auto;
	top:0px;
	left:10px;
	}
	
#content {
	border-bottom:medium solid #0000CC;
	border-left: thin solid #0000CC;
	border-right:thick solid #0000CC;
	border-top: thin solid #0000CC;
	width:600px;
	position:relative;
	margin:auto;
	left:10px
	}
	
#lady {
	background-image:url(Images/lady.jpg);
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	right:0px;
	width:259px;
	height:400px;
	}
	
#bordero {
	border-bottom:#0000CC thin solid;
	}
	
#bordert {
	border-bottom:#0000CC thin dotted;
	}
