<!--photo site css-->

a {
	text-decoration:none;
	
}

a:hover{
	text-decoration:underline;
}

body{
	margin:0;
	padding:0;
	background-color:#cccccc;
	font-family:verdana;
	font-size:12px;
}

table{
	margin:5px auto;
	width:680px;
	}

img{
	border:0;
	}

.main_table{
	width:400px;
	text-align:center;
	}

#container{
	width:720px;
	height:600px;
	margin:0 auto;
	background:transparent url(images/background.jpg) repeat-y;
}

#contentarea{
	width:700px;
	margin:0 auto;
}

#header{
	background-color:#000033;
}

#nav{
	background-color:#ececec;
	height:25px;
	width:701px;
}

#nav ul{
	padding:0;
	margin:0;
	list-style:none;
	}

#nav ul li{
	float:left;
	padding-right:5px;
}

#nav ul li a{
	display:block;
	padding:5px;
	text-decoration:none;
	color:black;
}

#nav ul li a:hover{
	background-color:#000033;
	text-decoration:none;
	color:white;
}

#maincontent{
	background-color:#ffffff;
	height:478px;
	width:690px;
	padding:5px;
}

#maincontent p{
	width:650px;
	}


#content{
	background-color:#ffffff;
	height:488px;
	width:700px;
	text-align:center;
}
	#content table{
		width:680px;
		
		
	}
    

#footer {
	background-color:#000033;
	height:20px;
	width:701px;
}



.tableheader{
	background-color:#000033;
	color:white;
	font-weight:bold;


}

#cart{
	float:right;
	padding:5px;
	width:120px;
}

#cart ul li a{
	padding:0;
	text-decoration:none;
	color:blue;
}

#cart ul li a:hover{
	padding:0;
	text-decoration:underline;
	color:blue;
	background-color:transparent;
}

#cat_menu{
	margin:2px auto;
	width:400px;
	height:190px;
	overflow:auto;
}

#cat_menu p{
	width:350px;
	}

.order_table{

	font-size:10px;

}
