﻿
*{
margin:0px;
padding:0px;
}
body {
	background-image: url(images/body_bg.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}

#wrapper {
	background-color: #FFFFFF;
	height:900px;
	width: 900px;
	margin:auto;
}
#header {
	background-image: url(images/header.gif);
	height: 95px;
	width: 863px;
}
.button_menu{
width:863px;
height:32px;
background-color:#0000FF;
float:left;
text-decoration:none;
}
.button_menu li {
	float: left;
	display:block;
	width:123px;
	height:32px;
	text-align:center;
	color:#FFFFFF;
	line-height:30px;
	font-size: 13px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(images/button.png);
	background-repeat:no-repeat;
}
.button_menu a {
display:block;
width:123px;
height:32PX;
text-decoration:none;
color:#FFFFFF;
}

.button_menu a:hover {
background-image:url(images/button.png);
background-position:0 -33px;
color:#000000;
}

.button_menu ul {
	float: left;
	list-style:none;
}



.textstyleBig

{
	font-family: 'Inika', serif;

font-size:15px;
padding-left:10px;
line-height:20px;
text-align:justify;
font-weight:bold;
color:#3A0075;

}



#courseimage{
	width:720px;
	height:200px;
	margin-top:50px;
	background-image:url(images/courseimage.jpg);
}