@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 16px;
	color: rgb(255,0,0);
}

/*html5 display rule */

address, article, aside, canvas, content, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary {
	display: block;
}
body {

}
#wrapper {
	background-color: rgb(255,255,255);
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
header  {
	height: 134px;
	width: 100%;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	background-color: rgb(0,0,0);
	display: block;
	float: left;
}
header h1  {
	vertical-align: middle;
	float: left;
	display: inline-block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 60px;
}
header a img   {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#content .vertical {
	float: left;
}

#titletext {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-style: italic;
	color: rgb(255,0,0);
	display: block;
	width: 250px;
	float: right;
	position: relative;
	padding: 30px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-ms-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);

	rotate(-10deg);
}
#topnav {
	background-color: rgb(0,0,0);
	clear: both;
	width: 100%;
	height: 39px;
}
article {
	float: left;
	width: 550px;
	padding: 15px;
}
aside {
	background-color: #d9cb9e;
	margin: 0px;
	padding: 0px;
}




#right {
	float: right;
	width: 180px;
	padding: 10px;
}

#left {
	float: left;
	width: 180px;
	clear: left;
}


body footer {
	clear: both;
	background-color: rgb(0,0,0);
	text-align: center;
	padding: 10px;
}
#links {
	float: left;
	background-color: rgb(255,0,0);
	width: 100%;
	clear: both;
}
#links section {
	width: 240px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#links .first {
	float: left;
	width: 180px;
	padding-left: 0px;
	padding-right: 0px;
}

#links section #button {
	color: rgb(255,0,0);
	background-color: rgb(204,204,204);
	width: 120px;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#links section #button a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: rgb(255,0,0);
	display: block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#links section #button a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.Strategy {
	background-color: rgb(255,255,204);
	padding: 5px;
	border: 1px solid rgb(255,204,102);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.Strategy p span {
	font-size: 12px;
	font-style: italic;
	color: rgb(255,0,0);
	font-weight: bold;
}
.Strategy ul li {
	font-weight: bolder;
	list-style-position: inside;
}
.Strategy ul {
	background-color: rgb(255,255,255);

}
header a img {
	clip: rect(auto,auto,auto,auto);
}
