/* @override http://www.magties.co.uk/css/style.css */

/* @override http://www.mortoncarnie.com/magties/css/style.css */

* {
	margin:0;
	padding:0;
}

body {
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #e3005e;
}
#wrapper {
	width: 756px;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	border: 1px solid #e3005e;
}

#leftcol {
	width: 175px;
	padding: 25px;
	height: 400px;
	float: left;
}

#logo {
	height: 150px;
}

#logo h1 {
	display: none;
}

#logo h2 {
	display: none;
}
img {
	border-style: none;
}
#introtext {
	padding-top: 100px;
	background: url(../pics/comingsoon.png) no-repeat;
	margin-top: 10px;
	text-align: center;
}

p {
}
#introtext a:link,#introtext a:visited {
	color: #fff;
	text-decoration: none;
}
#introtext a:hover, #introtext a:active {
	border-bottom: 1px dotted white;
}
#midcol {
	float: left;
	width: 505px;
	height: 400px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#flashcontent {
}

#rightcol {
	width: 142px;
	height: 450px;
	float: right;
}
