
a:link {
	color: black; 
	text-decoration:none; 
	font-weight: bold;
}

a:visited {
	color: #FAEBD7; 
	text-decoration:none; 
	font-weight: bold;
}

a:active {
	color: black; 
	text-decoration:none; 
	font-weight: bold; 
	font-style: italic;
}

a:hover {
	color: #A52A2A; 
	text-decoration:none; 
	font-weight: bold; 
	font-style: italic;
}

a.itemimage {
	opacity:.50;
	filter: alpha(opacity=50);
}

a.itemimage:hover {
	opacity:1.0;
}

body.mainpage {
	background-image:url('images/bkg4.jpg');
	background-repeat: repeat-x;
}

div.box {
	background-color: transparent; 
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	width: 703px;
	top: 190px;
	
	
}

#footer {
	text-align:center;
	background-color: #e697b1;
	border: 3px dotted black;
	opacity:.75;
	filter:alpha(opacity=75);
	position: absolute;
	bottom:5;
	left:35%;
	right:35%;
	height:15;
}

#header {
	background-color: transparent; 
	width:703px;
	
	
	
}
	
div.menu {
	vertical-align:top-text;
	float:left;
	width:125px;
}


p.contenttext {
	float:right;
	font-family:sans-serif;
	font-size:125%;

}

#small {
	text-align:center;
	font-family:sans-serif;
	font-size: 70%;
	
}

td.one {
	width:125px;
}

td.two {
	width:575px;
	vertical-align:top;
	background-color: #e697b1;
	border: 2px dotted black;
	padding: 0.25cm 0.25cm;
}

img.profilepic {
	position:absolute;
	vertical-align:top;
	top:200px;
	Right:450px;
	Border: none;
}








