/* CSS Document */
body{
width:1000px;
background-color:#ABABF3;

}
/*.header{
background-image:url(../rakimages/header2.gif);
background-repeat:repeat-x;
width:1000px;
height:150px;
}*/
.header{
background-image:url(../rakimages/headertemplate.jpg);
width:1000px;
height:140px;
}
.header .headtext{
font-family:"Times New Roman", Times, serif;
font-size:30px;
color:#FFFFFF;
text-shadow: #ED913D 5px 5px 5px;
padding:5px;

}
#main{
width:1000px;
background-color:#333366;
margin-left:170px;
height:auto;
padding:1px;

}
.menucontainer{
background-image:url(../rakimages/menu.gif); background-repeat:repeat-x;
height:50px;
height:44px;
background-color:#8D366F;
vertical-align:middle;
margin:3px 0px 3px 0px;
padding-top:5px;
}
.menucontainer .menu{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
background-color:#000062;
height:30px;
border:1px solid #635A87;
border-radius:10px;
padding-top:5px;
color:#FFFFFF;
padding:2px;
text-decoration:none;
}
.menucontainer .menu a:hover{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
background-color:#000062;
height:30px;
border:1px solid #635A87;
border-radius:10px;
padding-top:5px;
color:#F5B741;
padding:2px;
}
.container{
background-color:#A286B0;
	padding:3px;
	margin:0px 0px 0px 1px;
}
.container .leftpart{
	width:200px;
	height:auto;
	background-color:#E3DED5;
	min-height:425px;
	float:left;
	margin:3px 0px 0px 0px;
	border:3px inset #F2FE10;
	border-radius:5px;

}
.container .leftpart .leftplace{
margin-left:10px;
width:150px;
height:auto;
border:2px solid #D5CEBF;	
padding:14px;
background-color:#E0DBD1;
border-radius:20px;

}
.container .leftpart .small{
width:180px;
background-color:$111658;
color:#C3E239;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
text-decoration:none;

}
.container .leftpart .leftplace .leftmenutext{
font-family:"Courier New", Courier, monospace;
font-size:16px;
text-decoration:none;
color:#612F16;

}
.container .middlepart{
margin:3px 0px 0px 0px;
width:780px;
background-color:#FDFDFD;
height:auto;
vertical-align:top;
margin-left:210px;

border:2px inset #F7ED31;
border-radius:5px;

}
.title{
font-family:"Times New Roman", Times, serif;
font-size:18px;
color:#56731A;

}
.footer{
background-image:url(../rakimages/footer.gif);
background-repeat:repeat-x;
height:80px;
text-align:center;
vertical-align:middle;
background-color:#4759A0;
height:60px;
border:2px solid #765A41;

}