@charset "utf-8";
/* CSS Document */
/*	cut out default styling	*/
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
}
img {
	border:none;
}
h1 {
	font-size:1px;
}
p {
	font:12px Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
}
a {
	text-decoration:none;
	font:9px Helvetica, arial, sans-serif;
	
}
li {
	list-style-type:none;
}
/*	end - cut out default styling	*/


div#wrapper {
	width:774px;
	height:724px;
	w\idth:750px;
	heigh\t:700px;
	padding:10px;
	border:2px solid #000;
	margin:0 auto;
	background:#666;
	position:relative;
}
/* header section */
div#header {
	width:750px;
	height:205px;
	heigh\t:185px;
	background:#000 url(images/AS-Banner_two.jpg) 145px 5px no-repeat;
	float:left;
	margin-bottom:20px;
}
h1#logo {
	margin-top:60px;
	width:135px;
	height:32px;
	float:left;
}
h1#logo span {
	background:url(images/logo_shadow.jpg) 0 0 no-repeat;
	width:135px;
	height:37px;
	position:absolute;
	z-index:1;
	display:block;
	left: 16px;
	top: 56px;
}
p#idea {
	padding:155px 0 0 550px;
}
/* end of header section */

/* nav section */
div#nav {
	float:left;
	clear:both;
	width:750px;
	height:235px;
	background:url(images/food.jpg)  401px 0 no-repeat;
}
/* navagation */
ul#nav_side {
	float:left;
	background-color:#ffcc33;
	padding:3px 3px 0 3px;
	border-bottom:62px solid #ffcc33 ;
	text-align:left;
}
ul#nav_side li {
	display:inline;
}
ul#nav_side a {
	display:block;
	margin-bottom:6px;
	padding:5px 0 5px 25px;
	border:3px solid #000;
	border-right:15px solid #000;
	text-transform:uppercase;
	color:#FFF;
}
* html ul#side_nav a {
	height:1px;
}
ul#nav_side a:link, ul#nav_side a:visited {
	background:#333333 url(images/bothsquare.gif) 0 0 no-repeat;
}
ul#nav_side a:hover, ul#nav_side a:active {
	background:#3e3d3d url(images/bothsquare.gif) 0 -24px no-repeat;
}
/* end of navagation */
ul#rest_info {
	background-color:#000;
	height:235px;
	width:225px;
	position:absolute;
	display:inline;
	left: 164px;
}
ul#rest_info li {
	list-style-type:disc;
	list-style-position:inside;
	font:13px Helvetica, arial, sans-serif;
	color:#FFF;
	text-align:left;	
}
/* end of nav section */

/* start of info section */
div#info {
	background:#666 url(images/view.jpg) 476px 0 no-repeat;
	float:left;
	clear:both;
	width:750px;
	height:238px;
	margin-top:20px;
}
div#info p {
	text-align:center;
	background:#000 url(images/square.png) 0 -20px no-repeat;
	padding:30px 0 72px 0;
	margin:0 290px 0 0;
	line-height:1.9em;
}
div#info h2 {
	color:#fff;
	text-align:left;
	font-size:14px;
	margin:0 290px 0 0;
	padding:20px 0 0 90px;
	background:#000 url(images/top_square.png) 0 0 no-repeat;
}
div#info a {
	margin:0 300px 0 0;
	font-size:12px;
	color:#ffcc00;
	text-decoration:underline;
}
div#info h3 {
	color:#fff;
	font-size:12px;
	background-color:#000;
	margin:-52px 0 0 475px;
	padding:0 0 7px 0;
}
/* end of info section */
p#black {
	color:#333;
}


