@charset "utf-8";
/* CSS Document */

html {
	font-family: "Century Gothic";
	font-size: 90%;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/bg.jpg);
}

a:link, a:visited {
	color: #9F1272;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #FFF;
}
#masthead {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#top-nav {
	text-align: center;
	background-color: #FF0198;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}


#top-nav  a {
	text-decoration: none;
	line-height: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
#top-nav  a:hover {}


#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content-bg.jpg);
	padding-top: 2em;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FF85CE;
	background-repeat: repeat-x;
	padding-bottom: 0px;
}
#col-01 {
	float: left;
	width: 200px;
}
#content {
	width: 400px;
	margin-left: 200px;
	color: #FFFFFF;
}
#col-02 {
	float: right;
	width: 250px;
	color: #FFFFFF;
}
#footer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	clear: inherit;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#copyright {
	text-align: right;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#copyright a {
	color: #FF85CE;
	text-decoration: none;
}
#copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.tableheading {
	background-color: #FF50B9;
	color: #FFFFFF;
}
.tablerow {
	color: #FFFFFF;
	background-color: #FF6FC6;
}

.white {
	background-color: #FFFFFF;
}

.img-border {
	border: 1px solid #FFFFFF;
}

input, textarea, select {
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 1px;
	background-color: #FFDDF1;
	color: #9D1372;
	font-family: "Century Gothic";
	font-size: 12px;
}

.submit {
	background-color: #FF53BA;
	border: 1px solid #ED65C0;
	color: #FFFFFF;
}
