* {
padding:0;
margin:0;
}
body {
	text-align: center;
	background-color:#F00;
}
img{
border:0px;
}

#title {
	font-size: 24px;
	font-weight: bolder;
	color:#F00;
	line-height: 44px;
	float: left;
	width: 800px;
	background-color: #FFFFCC;
	padding-top: 18px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	float: left;
	height: 132px;
	width: 800px;
}
#box {
	float: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFCC;
}
.name {
	font-size: 96%;
	color:#6600CC;
}
.name2 {
	font-size: 80%;
	color:#6600CC;
}
p.name3 {
@@font-size: 80%;
	color:#FF0066;
	background-color: #FFFFCC;
}
p.name4 {
	font-size: 90%;
	color:#009900;
	background-color: #FFFFCC;
}
#content {
	width: 450px;
	padding-left: 140px;
	font-size: 15px;
	line-height: 40px;
	text-align: left;
	text-decoration: none;
	background-color: #FFFFCC;
	float: left;
}
#content img {
	float:right;
}

.photo {
	float:right;
	width:180px;
	padding-right: 30px;
	padding-bottom:10px;
}
#footer {
	width: 800px;
	padding-top: 20px;
	float: left;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	background-color: #FF6633;
	color: #FFFFFF;
	margin-top: 10px;
}
#footer a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-size: 14px;
	color:#FFFF00;
}
#content a {
	font-size: 15px;
	color: #CC0099;
	text-decoration: none;
}
#content a:hover {
	color: #00CC66;
	font-size: 16px;
}
ul {
list-style:none;
}
.subtitle {
	font-size:12px;
	color:#30F;
}

