body {
	margin: 0;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
#Wrapper {
	height: 100%;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#CenterBox {
	height: 530px;
	width: 100%;
}
#Logo, #TopNav {
	height: 250px;
	width: 350px;
}
#Show, #Area {
	height: 260px;
	width: 350px;
	padding: 0;
}
#Area {
}
#BreadCrumbContainer {
	height: 23px;
	text-align: left;
	vertical-align:top;
}
.ThumbContent .Caption {
	position: absolute;
}
#ListArea {
	height: 75px;
}
#Footer {
	height: 20px;
}
a {

}
a:hover {

}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 80%;
}
/* forms */
.MsgRequired, .Required {
	color: #f30;
}
.MsgRequired, .MsgNotify, .MsgError, .MsgInfo {
	text-align: center;
}
.MsgNotify {

}
.MsgError {

}
.MsgInfo {

}
.Alert {
	color: #f00;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	text-align: center;
	padding: 0 10px 10px;
	margin-bottom: 10px;
}
fieldset table {
	text-align: left;
}
legend {
	font-weight: bold;
	font-size: 105%;
	padding: 0 10px;
}
label {
	font-weight: bold;
}
label.SubLabel {
	font-weight: normal;
}
.Units {
	font-size: 80%;
}
input, select, textarea {
	vertical-align: middle;
}
.Button, button {
	font-weight: bold;
}
.TextBox {
	
}
.FullLength {
	width: 99%;
}