body {
	background-image: url(images/bg.png);
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0px;
	margin: 0px;
}
a {
	font-weight: bold;
	color: #f00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0px;
}
#id1 {
	width: 1008px;
	background-image: url(images/main_border.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
#id2 {
	width: 1008px;
	background-image: url(images/main_border.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
#main {
	width: 1000px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #000;
}
#header {
	width: 1000px;
}
#header p {
	color: #fff;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: center;
}
#header p a {
	color: #f00;
	text-transform: uppercase;
}
#header p.intro {
	color: #f2a1af;
}
#header p.intro a {
	color: #fff;
}
#footer {
	width: 1000px;
}
#footer p {
	color: #fff;
	padding-top: 5px;
	font-size: 11px;
	text-align: center;
}
#footer p a {
	color: #f00;
	font-size: 12px;
}
.block_header {
	width: 1000px;
	background-color: #FFFFFF;
}

.block_header h1 {
	width: 970px;
	text-transform: uppercase;
	font-size: 16px;
	color: #ccc;
	padding: 0px;
	margin: 0px;
	text-align: left;
	height: 22px;
	padding-top: 5px;
	background-image: url(images/title_top.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.block_header h2 {
	width: 970px;
	text-transform: uppercase;
	font-size: 16px;
	color: #ccc;
	padding: 0px;
	margin: 0px;
	text-align: left;
	height: 22px;
	padding-top: 5px;
	background-image: url(images/title_top.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.block_header p {
	width: 970px;
	text-transform: uppercase;
	font-size: 16px;
	color: #ccc;
	padding: 0px;
	margin: 0px;
	text-align: right;
	height: 22px;
	padding-top: 5px;
	text-transform: capitalize;
	background-image: url(images/block_bottom.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.block_header p a {
	color: #c00;
	text-transform: uppercase;
}
.block_header p a:hover {
	color: #f00;
}
.content {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.content img {
	width: 180px;
	height: 240px;
	padding: 3px;
	margin: 1px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}
.content A:link IMG    	{        BORDER: #999 2px solid;}
.content A:visited IMG 	{        BORDER: #999 2px solid;}
.content A:hover IMG   	{        BORDER: #f00 2px dotted;}
.content A:active IMG	{        BORDER: #999 2px solid;}
.content ul {
	width: 320px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.content ul li {
	text-align: left;
	color: #000;
	padding-left: 10px;
	padding-top: 1px;
	font-size: 12px;
}
.content ul li a {
	color: #900;
}

