@charset "UTF-8";
* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	padding: 0;
	margin: 0;
}
@font-face {
    font-family: 'ralewaythin';
    src: url('raleway-thin-webfont.eot');
    src: url('raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-thin-webfont.woff') format('woff'),
         url('raleway-thin-webfont.ttf') format('truetype'),
         url('raleway-thin-webfont.svg#ralewaythin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('raleway-regular-webfont.eot');
    src: url('raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-regular-webfont.woff') format('woff'),
         url('raleway-regular-webfont.ttf') format('truetype'),
         url('raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaybold';
    src: url('raleway-bold-webfont.eot');
    src: url('raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-bold-webfont.woff') format('woff'),
         url('raleway-bold-webfont.ttf') format('truetype'),
         url('raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	text-align: center;
	min-height: 900px;
	background-color: #F3F4F7;
}
html {
		border-image: none;
}


#contentIndex {
	background-color: #E7EBF1;
	width: 725px;
	margin-top: 10px;
	/* [disabled]padding-top: 30px; */
	/* [disabled]padding-bottom: 30px; */
	margin-right: auto;
	margin-left: auto;
	border: thin solid #C00;
	border-radius: 20px;
	/* [disabled]position: relative; */
	margin-bottom: 10px;
	height: 390px;
}
h1 {
	font-size: 50px;
	font-style: normal;
	color: #C00;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	text-shadow: 3px 3px 3px gray;
}
h2 {
	font-size: 25px;
	font-style: normal;
	color: #F00;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	text-align: left;
}

h3 {
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	color: #F00;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	text-align: right;
}
h4 {
	font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 800;
}
h5 {
	font-size: 80px;
	/* [disabled]text-align: center; */
	/* [disabled]color: #C00; */
	/* [disabled]top: 196px; */
	/* [disabled]position: absolute; */
	/* [disabled]left: 19px; */
	/* [disabled]width: 689px; */
	/* [disabled]height: 167px; */
}

#fontFive {
	position:relative;
	height: 100px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	font-family: Raleway, "Raleway Bold", "Raleway ExtraLight";
	color: #C00;
	text-decoration: none;
	font-size: 80px;
	text-align: center;
	left: 0px;
	top: 120px;
	vertical-align: middle;
	padding-top: 30px;
}

:focus {
    -moz-outline-style:none;
}

a {
	color: #C30;
	text-decoration:none;
	opacity: 1;
}
a:active {
	color: #03C;
	text-decoration:none;
	outline: none;
}

a:hover{
	color: #009;
	text-decoration:none;
}

a.selected {
	color: #FFF;
}
#center {
	width: 900px;
	text-align: left;
	/* [disabled]margin-top: 10px; */
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 900px;
}

#head {
	background-color: #FFF;
	border:2px solid #C00;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-radius: 20px;
	position: relative;
	/* [disabled]padding-right: 10px; */
	/* [disabled]padding-left: 10px; */
	margin-bottom: 10px;
	margin-top: 50px;
}
#content {
	/* [disabled]margin-top: 10px; */
	border: 2px solid #C00;
	border-radius: 10px;
	position: relative;
	padding: 10px;
	min-height: 450px;
}

ul {
	list-style:none;
}
