/* General */

body {
	color: #F41D69;
	font: 8px "arial", sans-serif;
	text-align: justify;
	line-height: 200%;
	padding: 0;
	margin: 0;
	}

a:link, a:visited { 
	font: bold 12px "arial", sans-serif;
	text-decoration: none; 
	background: none; 
	color: #B8B8B8; 
	border: 1px solid #E2C7E9; 
	border-top-width: 0; 
	border-left-width: 0; 
	border-right-width: 0; 
	border-bottom-width: 1px;
	}

a:hover, a:active { font: bold 11px "arial", sans-serif; text-decoration: none; color: #7A7A7A; }

h1 { 	color: #F41D69; 
	font: 13px "century gothic", lucida bright; 
	text-align: center;
	text-transform: uppercase;
	padding: 0px 20px 5px 10px;
	margin: 0;
	letter-spacing: 2px;
	border: 1px dashed #F41D69; 
	border-top-width: 0; 
	border-left-width: 0; 
	border-right-width: 0; 
	border-bottom-width: 1px;
	}

/* Main Structure */

#start {
	position: static;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	}

#content {
	position: static;
	padding-top: 20px;
	padding-left: 1px;
	width: 600px;
	text-align: justify;
	}

/* Navigation */

#navigation {
	position: static;
	padding-top: 0px;
	padding-left: 5px;
	width: 600px;
	text-align: justify;
	}

#navigation a:link, #navigation a:visited {
	font: 11px "century gothic", lucida bright;
	text-transform: lowercase;
	letter-spacing: 2px;
	border: 0; 
	text-decoration: none; 
	background: none; 
	color: #6C6C6C;
	padding: 4px;
	padding-right: 8px;
	}

#navigation a:hover, #navigation a:active { 
	text-decoration: none; 
	background: none; 
	color: #000000;
	background: #F41D69;
	}