body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: 000000;
	text-align: center;
}

#container {
	margin: 0;
	position: relative;
	width: 600px;
	text-align: left;
	color: E76EB8;
	font-family: Trebuchet MS, arial, helvetica, verdana, sans-serif;
	letter-spacing: 2;
	font-size: 10px;
}

#content {
	text-align: justify;
	margin-left: 16%;
	position: relative;
	top: -70px;
	color: E76EB8;
	font-family: Trebuchet MS, arial, helvetica, verdana, sans-serif;
	letter-spacing: 2;
	font-size: 10px;
}

.contentheader {
	border-style: dotted;
	border-color: E76EB8;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	padding: 10px;
	font-size: 17px;
	letter-spacing: 3;
	font-family: arial, sans-serif;
}


.box {
	background-color: E76EB8;
	color: 000000;
	padding: 10px;
	font-family: verdana, sans-serif;
}


a:link {
	text-decoration: underline;
	color: E76EB8;
}

a:hover, a:visited, a:active; {
	text-decoration: underline;
	color: E76EB8;
}

img {
	border-style: none;
}


.template
{
	border-style: none;
	border-width: 1px;
	background-color: #E76EB8;
	color: #000000;
	padding: 10px;
	text-align: left;
	width: 400px;
	line-height: 19px;
	height: 115px;
}

.template img
{ 
	padding: 6px;
	border-style: solid;
	border-color: 000000;
	border-width: 5px;
}

.template a
{ 
	color: #000000;
	text-decoration: underline;
}

.template a:hover
{
	cursor: crosshair;
	color: #000000;
}

.template a:active
{
	color: #000000;
	text-decoration: underline;
}

.template a:visited
{ 
	color: #000000;
	text-decoration: underline;
}

.template a:link		
{
	color: #000000;
}

.templatetitle {
	text-align:center;
}
