/* CSS Document */

body {
	background-repeat: no-repeat;
	background-color: #FFFFFF; 
	background-position:right;
	background-attachment:fixed;
	margin: 0px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}

.removemargin {
	margin: 0px 0px 0px -20px;
}

#header {
margin: 0px 388px 0px 0px;
}

#content {
	/*position:absolute;
	left:279px;
	top:285px;
	margin: 10px 20px 10px 35px;
	padding: 0;*/
	right:0;
	margin: 0px 418px 0px 20px;
	padding:0;
	z-index:0;
}

#footer {
	text-align: center;
	font-size:.7em;
	border: 1px solid #D4DBD3;
	width:100%;
	height:100%;
}

.profile_header {
background-image: url('images/bar.jpg'); 
background-repeat:repeat-x;
height: 200px;
width: auto;
margin-right: 12px;
}

.profile{

}

a:link {
	color: #AA3511;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration:none;
/*	border-bottom: 1px #FF0000 dashed;  */
}

a:visited {
	color: #AA3511;
	text-decoration: none;
	border: none;
}

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

a.img:link {
	border: solid thin #AA3511;
}

a.img:hover {
	border: solid thin #FF0000;
}

h2 {
border: 1px solid #D4DBD3;
margin: 0px 30px 10px 20px;
padding: 10px 0px 10px 0px;
}

.questions {
float: left;
}

.answer {
margin: 5px 0px 5px 20px;
font-size: 0.9em;
}

