body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #406D73;
	margin:0px;
	background-color:#FAA9D3;
}
a {
	color: #FFDDDD;
}
.profile-title{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF00FF;
	font-size:18px;
	font-weight:bold;

}
.accent {
	font-family: "Comic Sans MS";
	color: white;
	font-size: 16px;
	line-height: 1.2em;
}
.content-box{
	margin-left:40px;
	margin-right:40px;
}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header {
	width: 700px;
	height: 121px;
	background-image:url(images/layout/header.gif);
	background-repeat:no-repeat;
}
#main {
	padding:5px;
}
#footer {
	width: 700px;
	height: 40px;
	background-image: url(images/layout/footer.gif);
	background-repeat:no-repeat;
}
#logo {
	position:relative;
	display:block;
	margin-left: -60px;
	height: 145px;
	background-image: url(images/layout/logo.gif);
	background-repeat:no-repeat;
}
/* box-default ------------------------------------------------------*/
table.box-default {

}
table.box-default .top-left{
	background:url(images/layout/box-default-tl.gif) repeat-y top left;
	height: 22px;
}
table.box-default .top-right{
	background:url(images/layout/box-default-tr.gif) no-repeat top right;
	height: 22px;
}
table.box-default .main-left {
	background:url(images/layout/box-default-ml.gif) repeat-y top left;
	padding-left:8px;
}
table.box-default .main-right{
	background:url(images/layout/box-default-mr.gif) repeat-y top right;
	width: 19px;
}
table.box-default .bottom-left{
	background:url(images/layout/box-default-bl.gif) repeat-y top left;
	height: 21px;
}
table.box-default .bottom-right{
	background:url(images/layout/box-default-br.gif) no-repeat top right;
	height: 21px;
	width: 19px;
}
/* box-white ------------------------------------------------------*/
table.box-white {

}
table.box-white .top-left{
	background:url(images/layout/box-white-tl.gif) repeat-y top left;
	height: 22px;
}
table.box-white .top-right{
	background:url(images/layout/box-white-tr.gif) no-repeat top right;
	height: 22px;
}
table.box-white .main-left {
	background:url(images/layout/box-white-ml.gif) repeat-y top left;
	padding-left:8px;
}
table.box-white .main-right{
	background:url(images/layout/box-white-mr.gif) repeat-y top right;
	width: 19px;
}
table.box-white .bottom-left{
	background:url(images/layout/box-white-bl.gif) repeat-y top left;
	height: 21px;
}
table.box-white .bottom-right{
	background:url(images/layout/box-white-br.gif) no-repeat top right;
	height: 21px;
	width: 19px;
}