BODY {
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 10pt;
	background-color: #FFFFFF;
	background-image: url(../images/layout/mainback.jpg);
        background-repeat:repeat-x;
        background-attachment: scroll;
        background-position: 0px 0px;
}
.divLogo {
	position: absolute;
	top: 65px;
	left: 320px;
}
.divLine {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 840px;
	height: 64px;
	background-image : url(../images/layout/line.gif);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	border-width : 0px;
}
.divMenu {
	position: absolute;
	top: 180px;
	left: 190px;
	width: 100px;
	height: 260px;
	border-width: 0px;
	border-color: #000000;
	padding: 0px;
	margin: 0px;
}
.divMiss {
	position: absolute;
	top: 25px;
	left: 20px;
}
.divShirt {
	position: absolute;
	top: 135px;
	left: 106px;
}
.divFoot {
	position: absolute;
	top: 340px;
	left: 25px;
	width: 215x;
	background-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	padding: 5px;
}
.divContent {
	position: absolute;
	overflow: auto;
	top: 160px;
	left: 275px;
	width: 425px;
	height: 360px;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	padding-left: 48px;
	padding-right: 32px;
	padding-top: 10px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
.divComment {
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
}
h1 {
	font-color: #000000;
	font-family: Verdana, Arial;
	font-size: 16pt;
}
h2 {
	font-color: #000000;
	font-family: Verdana, Arial;
	font-size: 12pt;
}
P, .text {
	font-color: #000000;
	font-family: Verdana, Arial;
	font-size: 10pt;
}
table {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
.imgThumb {
	width: 96px;
	height: 48px;
	border-width : 1px;
	border-style : solid;
	border-color : #000000;
	padding: 0px;
	margin: 2px;
}
.imgThumb:hover {
	border-width : 1px;
	border-style : dashed;
	border-color : #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
a:an {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
button, input, select, file, textarea {
        color: #000000;
	background-color:#FFFFFF;
        border: 2px solid #000000;
	font-size: 10pt;
	font-family: Verdana;
}
embed {
	background-color:#FFFFFF;
}