﻿body {
    background-color: #0099FF;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
}

#wrapper{
	background-position: top center;
	background-image: url(images/bg-wrapper.jpg);
	background-repeat: no-repeat;
}

h1{
	font-family: "Century Gothic", Arial, Helvetica, serif;
	font-size: 20px;
	font-weight: 100;
	margin: 0 0 4px 0;
	line-height: 28px;
	color: #00FF00;
}

h2{
    color: #FFFF00;
	font-size: 16px;
	font-family: "Century Gothic", Arial, Helvetica, serif;
	font-weight: bold;
	margin: 0;
	padding: 0 0 4px 0;
	
}

a{
    color: #FFFF00;
	font-size: 12px;
	font-weight: 700;
	font-weight: 100;
	margin: 0;
}

h3 {
	font-size: 13px;
	color: #FFCCCC;
	margin: 0;
}

#pageheader{
	background-position: top center;
	background-image: url(images/bg-pageheader-taekwondo.png);
	background-repeat: no-repeat;
	height: 218px;
	margin: 0 0 20px 0;
}

