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

body, html {
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	background-color:white;
	font-size:14px;
	text-align:center;
	margin:0px;
	padding:0px;
}

a {
	color:black;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#e60077;
	text-decoration:none;
}

#container {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	border:3px black solid;
	margin-top:20px;
	margin-bottom:10px;
	min-height:500px;
	text-align:left;
}
#middle {
	padding:10px 10px 10px 10px;
	width:980px;
	min-height:400px;
	
}

a img {
	border:0px;
}

a.btn {
	width:198px;
	height:194px;
	display:inline-block;
	background-image:url(../imgs/btn1.jpg);
	border:0px;
	margin:21px;
	text-align:center;
	vertical-align:top;
}
a:hover.btn {
	width:198px;
	height:194px;
	display:inline-block;
	background-image:url(../imgs/btn2.jpg);
}
a.btn img {
	padding-top:30px;
}
.right {
	float:right;
}
:focus { -moz-outline-style: none;
border:0px solid transparent;
outline:none;
}
#footer {
	width:1000px;
	margin-bottom:10px;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
}

#left {
	width:250px;
	float:left;
	font-size:16px;
	text-align:center;
}
#left a {
	display:block;
	margin:10px;
	padding:3px;
}
#left a:hover {
	display:block;
	background-color:black;
	color:white;
}

#content {
	width:700px;
	float:right;
	margin-top:40px;
	padding-bottom:20px;
}
.caption {
	display:block;
	float:left;
	padding:0px 10px 10px 0px;
	text-align:center;
}
.title {
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
}
a.link {
	font-size:16px;
}

.date {
	font-style:italic;
	color:#999;
}

#left a:hover.pagename {
	background-color:transparent;
}

#menu {
	width:1000px;
	display:inline-block;
	height:50px;
}

td {
	vertical-align:top;
}

h3 {
	color:#e60077;
}

a.launch {
	background-image:url(../imgs/launch1.gif);
	width:206px;
	height:73px;
	display:inline-block;
	color:transparent;
}
a:hover.launch {
	background-image:url(../imgs/launch2.gif);
	width:206px;
	height:73px;
	display:inline-block;
	color:transparent;
}

a.border img {
	border:3px solid black;
}

a:hover.border img {
	border:3px solid #e60077;
}
