* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p {
	margin-bottom: 10px;
}

.spacer {
	height: 10px;
}

#main_container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;	
}

.sec_title {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #483D8B;
	border-bottom: 1px solid #d3d3d3;
}

.sec_content {
	margin-top: 10px;
	color: #2F4F4F;
	line-height: 17px;
}

.paper_item {
	margin-top: 10px;
}
.paper_title {
	font-weight: bold;
	color: #333333;
}

.paper_title a {
	font-weight: normal;
}

#photo {
	float: right;
	margin-right: 30px;
}
#photo img {
	width: 200px;
	border: 0px;
}

#stamp {
	float: right;
	margin-right: 300px;
}
#stamp img {
	width: 100px;
}

#profile_card {
	margin-right: 200px;
	font-family: Verdana,Lucida Grande,Verdana,Sans-Serif;
}
#profile_card #name {
	font-size: 25px;
	color: #483D8B;
	font-weight: bold;
}

#footer {
	border-top: 1px solid #AAAAAA;
	height: 30px;
	padding-top: 5px;
	font-size: 12px;
	color: #AAAAAA;
	font-style: italic;
}

.project_item {
	margin-top: 10px;
}
.project_title {
	font-weight: bold;
	color: #333333;
}

.project_title a {
	font-weight: normal;
}
.project_content {
	margin-top: 10px;
}

#proj_wizi li {
	font-weight: bold;
	list-style: square;
	margin-left: 20px;
	margin-bottom: 7px;
	color: #3B5998;
}


#misc_content li {
	list-style: square outside;
}
