body {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #000000;
	background-color:#2B1A48;
	text-align:center;
		}

img {
	border:0px;
}




/* MAIN BODIES
-------------------------*/

#container
	{
	width:900px;
	margin-left: auto; margin-right: auto;
	text-align:justify;
	background-image:url('cafe_bg.jpg');	
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#E9E7EC;
}


#header {
	background-color:#FFF;
	color:#180578;
	text-align:center;
	font-size:18px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	height:200px;
	font-style:italic;
}


#menu {
	background-color:#DBDADD;
	text-align:center;
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #ECCE54;
	border-bottom:1px solid #ECCE54;
}


#menu a {
	margin-right:20px;
}


#menu2 {
	text-align:center;
	padding:15px;
	clear:both;
}

#menu2 a {
	margin-right:20px;
}


#main {
	background-color:#E9E7EC;
	padding:20px;
	text-align:center;
}


#main2 {
	width:600px;
	margin-left: auto; margin-right: auto;
	text-align:center;
}


#footer {
	background-color:#E9E7EC;
	padding:10px;
	text-align:center;
	font-size:11px;
	clear:both;
}

h1 {
	text-align:center;
	margin-bottom:2px;
	text-decoration:underline;
}

h2 {
	text-align:center;
	margin-top:2px;
	margin-bottom:0px;
}

h3 {
	text-align:center;
}



/* LINKS
-----------------------------------*/
a {
	text-decoration: none;
        font-weight:bold;
        color:#100883;
}


a:hover {
	text-decoration: underline;
}
