@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
}

body {
	min-width:793px;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#main {
	margin:0 auto;
	width:793px;
	margin-top:40px;
}

#header {
	height:157px;
	width:100%;
	text-align:right;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#FFFFFF;
	line-height:18px;
}

#menu {
	height:17px;
	width:100%;
	background-color:#FFFFFF;
	margin-bottom:5px;
}

#content {
	width:763px;
	padding:15px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	color:#000000;
}

#content img#boxed {
	border:2px solid #000000;
}

#content p {
	margin-top:0px;
}

#footer {
	width:100%;
	text-align:center;
	margin-top:5px;
	color:#666666;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#666666;
	text-decoration:none;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a:hover {
	color:#FFFFFF;
}

#bullet {
	color:#F96BB6;
	margin-right:5px;
}

table#photos {
	width:763px;
	border:none;
}

table#photos td{
	width:25%;
}

table#photos img {
	margin-bottom:15px;
}

