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

body {
	background-color:#f2f2f2;
	color: #64025A;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-weight:bold;
	letter-spacing: -1px;
	font-size: 16pt;
	margin-bottom: 3px;
	}
	
p {
	margin: 0px 0px 5px 0px;
}

.greenstyle {color: #458925}
.redstyle {
	color: #d01a16;
}
.orangestyle {
	color: #e38726;
}
.lightgreenstyle {
	color: #9cc757;
}




#wrapper {
	width:800px;
	float:left;
	margin:-10px auto 0px -10px;
	background-color: #FFFFFF;
	height: 930px;
	}
	
#stripe {
	background-image:url(_img/magicwire-stripe.jpg);
	background-repeat:repeat-y;
	float: left;
	width: 32px;
	margin-top: -10px;
	height: 930px;
}
	
#header {
	height:235px;
	width:800px;
	background-image: url(_img/magicwire-header.jpg);
	background-repeat: no-repeat;
}

#content {
	height:520px;
	width: 540px;
	margin: 5px 20px 10px 135px;
	border-top-color: #64025A;
	border-top-style: solid;
	border-top-width: 3px;
}

#release-image {
	width:540px;
	height:275px;
	margin: 10px 0px 10px 0px;
}

#release-content {
	width:540px;
	border-top-color: #64025A;
	border-top-style: solid;
	border-top-width: 3px;
}

#release-content a {
	color: #458925;
	text-decoration:none;
	}
	
#release-content a:hover {
	color:#64025A;
	text-decoration: underline;	

}


#footer {
	height:100px;
	width: 540px;
	margin: 5px 20px 0px 0px;
	border-top-color: #64025A;
	border-top-style: solid;
	border-top-width: 3px;
	padding-top: 10px;
}

#footer a {
	color: #1e509d;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
	color: #e38726;
}

#credits {
	color: #cccccc;
	font-size: 12px;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 3px;
	padding-top: 10px;
}

#credits a {
	color: #cccccc;
	text-decoration: underline;
	}
	
#credits a:hover {
	color: #1e509d;
	text-decoration:none;
	}

