* {
    padding: 0;
    margin: 0;
} 

body {
    background: #660033;
	font: .74em "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
a {
	color: #400000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
margin: 20px auto;
width: 724px;
background: #660033 url('design/content.jpg');
background-repeat: repeat-y;
}

#topbox { 
background: #660033 url('design/topbg.jpg');
height: 30px;
}

#pagepadding {
padding: 0 40px 0 40px;
}

#bottombox {

background: #660033 url('design/botbg.jpg');
height: 30px;
}
 
.logo {
height: 100px;
width: 644px;
background: #660033;
}

.menu { 
	background: #ffff81;
	padding: 0px;
}
	
.contentofpage {
	float: none;
	display:block;
	width: 90%;
	margin: 0 10px;
	padding: 10px 10px 10px 10px;
	text-align: justify;
}
.content h2 { color: #400000; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}

#footer {
	text-align: center;
	color: #666;
}

/* Css part for the menu */

	#mainMenu{
		width: 637px;
		text-align: center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
		font-size:1.2em;	/* Font size of main menu items */
	}
