@charset "UTF-8";
.main {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFADAD;
	margin-top: 50px;
	clear: both;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	width: 800px;
	margin: 0 auto;
}

#mydiv {
	float: right;
	width: auto;
	display:none;
	width:300px;
	text-align:left;
}

li {
	list-style-type: square;
}

a:visited {
	color: #A9A9A9;
}

#projects {
	display: none;
}

#about {
	display: none;
}

#music {
	display: none;
}

.text {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E19999;
	float: right;
	width: 400px;
	margin-right: 30px;
	padding-left: 20px;
}

h1 {
	font-size: 110%;
	font-weight: normal;
	color: #000000;
}

a:link {
	color: #AC8484;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	text-decoration: none;
}

