/* 
Title:     	Cafeteria CSS
Author:    	Chris Woodhams / Cafeteria
Updated:   	Jan 2009
	*/


/*  General */

.standard
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Georgia","Times New Roman",Times,serif;
	line-height: 14px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}
	
.info text
{
	color: #333333;
	font-size: 12px;
	font-family: "Georgia","Times New Roman",Times,serif;
	line-height: 14px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

.style1 
{
	color: #FFFF00
	font-size: 12px;
	font-family: "Georgia","Times New Roman",Times,serif;
	line-height: 14px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}


.styleblue 
{
	color: #99CCFF
	font-size: 12px;
	font-family: "Georgia","Times New Roman",Times,serif;
	line-height: 14px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

	
	
/*  Info boxs */
	
#menu1
{
	width: 200px;
	height: 350px;
	position: absolute;
	top: 50px;
	left: 50px;
}

#menu2
{
	width: 100px;
	height: 50px;
	position: absolute;
	top: 50px;
	left: 270px;
}

#descript1
{
	width: 165px;
	height: 200px;
	position: absolute;
	top: 50px;
	left: 750px;
}
	
#logobox 
{
	position:absolute;
	left:50px;
	top:418px;
	width:150px;
	height:60px;
	z-index:1;
}

#descript2
{
	width: 165px;
	height: 200px;
	position: absolute;
	top: 50px;
	left: 910px;
}

#descript3
{
	width: 165px;
	height: 200px;
	position: absolute;
	top: 525px;
	left: 50px;
}

#listing1
{
	width: 154px;
	height: 367px;
	position: absolute;
	top: 50px;
	left: 270px;
}


#listing2
{
	width: 154px;
	height: 367px;
	position: absolute;
	top: 50px;
	left: 465px;
}

	
/*  General links */
	
a:link {
	color: #FFFF99;
}
a:visited {
	color: #FFFF99;
}
a:hover {
	color: #000000;
}
a:active {
	color: #FFFF99;
}


	
/*  Links */

a {
	text-decoration: none;
}

a:hover {
	background-color: #0099CC;
}
