/*
body {
	background-image:url(../img/bg-body.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-size:medium;
	background-color:#000000;
}
*/

body {
	background-image:url(../img/back.jpg);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	font-size:80%;
	line-height:120%;
	background-color:#000000;
}

#wrap {
	width:700px;
	height:auto;
	margin:auto;
	position:relative;
	background-color:#FFFFFF;
	border:2px #FFA6FF solid;
}

#head {
	width:700px;
	height:auto;
	float:left;
}

#foot {
	width:700px;
	height:auto;
	clear:both;
}

#top {
	width:700px;
	height:auto;
	float:left;
}

#left {
	width:150px;
	height:auto;
	float:left;
	background-color:#D9B3D7;
}

#mainmenu {
	width:150px;
	height:auto;
	float:left;
}

#left1 {
	width:136px;
	height:auto;
	float:left;
	margin:10px 7px;
}

#left2 {
	width:136px;
	margin:10px 7px;
	height:auto;
	float:left;
}

#main {
	width:550px;
	height:auto;
	float:right;
	background-color:#FFFFFF;
}

#title {
	width:530px;
	height:auto;
	padding:25px 10px 10px;
	float:left;
}

.con {
	width:520px;
	height:auto;
	margin:5px 15px;
	float:left;
}

