@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/layout/grey_stripes.png);
}

body, p, h1, h2, h3, div, span, a, td, tr {
	font-family:Arial, Helvetica, sans-serif;
}


h1 {
	font-size:36px;
	color:#666;
}

h2 {
	font-size:24px;
	color:#666;
}

h3 {
	font-size:18px;
	color:#666;
}

p, td, tr {
	font-size:14px;
	color:#000;
}

a:link {
	color:#c22323;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.big:link {
	color:#ff0000;
	font-weight:bold;
	font-size:30px;
	text-decoration:none;
}

a.big:hover {
	text-decoration:underline;
}


#gallerybox {
	width:650px;
	padding:20px;
	text-align:center;
	margin:auto;
	background-color:#fff;
	border-left:5px solid #c22323;
	border-right:5px solid #c22323;
}

#banner {
	width:700px;
	height:250px;
	padding:0px;
	margin:auto;
	clear:both;
	background-image:url(images/layout/ban_ff.png);
	background-repeat:no-repeat;
}

#botborder {
	width:700px;
	height:20px;
	padding:0px;
	margin:auto;
	clear:both;
	background-image:url(images/layout/bot_border.png);
	background-repeat:no-repeat;
}

