* {

	padding: 0;
	margin: 0;

}

body {

	background: url(../images/main-bg.gif);
	background-repeat: repeat;
	text-align: center;
	min-width: 800px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	
}

h1 {

	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	color: #000000;
	
}

h2 {

	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	
}

h3 {

	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: #ff0000;
	margin: 0 20px;
	
}

h4 {

	font-family: "Georgia", Georgia, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	color: #000000;
	text-decoration: blink;
	
}

p {

	margin: 0 20px;
	
}

img {

	border: none;
	
}

#container {

	width: 800px;
	margin: 0 auto;
	background: url(../images/frame.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	
}

.text-left {

	text-align: left;
	
}

.text-center {

	text-align: center;
	
}

.text-red {

	color: #ff0000;
	
}

.text-under {

	text-decoration: underline;
	
}

.text-hilight {

	background-color: #ffff00;
	
}

.img-right {

	float: right;
	margin: 0 20px;
	
}

.img-left {

	float: left;
	margin: 0 20px;
	
}

.clear-both {

	clear: both;
	
}

ul {

	margin: 0 37px;
	
}