* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	text-align: center;
	font-family: verdana, helvetica, arial, tahoma, sans-serif;
	color: #636459; 
	text-decoration: none;
	font-size: 13px;
	font-weight: normal; 
	line-height: 130%;
	padding-top: 25px;
}

a 	       { color: #bc2c5b; text-decoration: none;}
a:link	   { color: #bc2c5b; text-decoration: none; }
a:visited  { color: #bc2c5b; text-decoration: none; }
a:active   { color: #FFFFFF; background:#bc2c5b; text-decoration: none; }
a:hover	   { color: #FFFFFF; background:#bc2c5b; text-decoration: none; }

img {border:none;}

#wrapper {
	width: 500px;
	height: auto;
	background: #ffffff;
	background-position: 0 0;
	border: solid 10px #fff;
	margin: 0 auto 20px auto;
	text-align: left;
}

#myName {
	width: 490px;
	height: 25px;
	background: #393939;
	text-align: left;
	font-size: 1.3em;
	color: #ffffff;
	padding: 8px 0 2px 10px;
}

#content {
	width: 480px;
	text-align: left;
	padding: 20px 0 20px 3px;
}

#content #otherSites {
	padding-bottom:15px;
	padding-left:15px;
}
#content ul {
	list-style-type:square;
	color:#a1a1a1;
}

#content ul li {
	padding-bottom:5px;
}

#contact {
	text-align:right;
	margin-right:-10px;
}
