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

body, h1, h2, h3, h4, h5, ul, p {
	padding: 0;
	margin: 0;
	font-size:small;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background:#FFFFFF;
}

#wrapper {
	width:1100px;
	left: 50%;
	margin-left: -550px;
	position:absolute;
	background: url(../images/profile-background-2a.jpg) repeat-y;
}

#images {
	float:left;
	width:450px;
	text-align:center;
}

img {
	margin-bottom:10px;
}

#text {
	width:400px;
	float:left;
	
}

h1 {
	font-size:200%;
}

p {
	font-size:100%;
	margin-bottom:10px;
}

.style_1 {
	font-weight:bold;
	font-size:110%;
}

ol {
	list-style-position:outside;
	margin-left:25px;
}

li {
	margin-bottom:8px;
}

ul {
	list-style-position:outside;
	margin-left:25px;
}

a {
	text-decoration:none;
}

a:link, a:visited {
	color:#CCCCCC;
	background-color: #333333;
	border-top:#999999 solid 2px;
	border-right:#999999 solid 2px;
	border-bottom:#666666 solid 2px;
	border-left:#666666 solid 2px;
	padding-left:2px;
	padding-right:2px;
}

a:hover {
	color:#FFCC00;
}

#flashContent p {
	margin-top:-5px;
	margin-left:-5px;
	text-align:left;
}