@charset "utf-8";

/* _______________________________________________________________ --> GLOBAL STYLES <-- */

* {
	padding:0;
	margin:0;
}

body {
	background-color:#FFF;
	color:#040404;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	line-height:18px;
	overflow-x:hidden;
}

a {
	color:#00aeef;
	text-decoration:none;
	cursor:pointer;
}

a:hover {
	color:#00aeef;
	text-decoration:underline;
}

a img {
	border:none;
}

p {
	padding-bottom:18px;
}

ul {
	padding-left:15px;
	padding-bottom:18px;
}

h1 {
	color:#00aeef;
	font-family:Geogia, serif;
	font-size:24px;
	padding-bottom:12px;
}

h2 {
	font-size:14px;
	padding-bottom:14px;
}

#intro {
	color:#00aeef;
	font-family:Times New Roman, serif;
	font-size:115px;
	font-weight:bold;
	padding-bottom:40px;
	padding-top:40px;
}

.wrapper {
    min-height:100%;
    height:auto !important;
    height:100%;
    margin:0 auto 30px;
}

a.i {
	text-decoration:none;
}

#tag {
	color:#00aeef;
	font-family:Arial, serif;
	font-size:26px;
	letter-spacing:1px;
	padding-bottom:15px;
}

hr {
  border:1px dotted #CCCCCC;
  width:100%;
}

div.hr {
  height: 15px;
}
div.hr hr {
  display: none;
}

#container {
	position:relative;
	margin:0 auto;
	width:700px;
	height:auto;
	min-height:650px;
	margin-top:60px;
	margin-bottom:30px;
}

#navigation {
	position:relative;
	margin:0 auto;
	width:700px;
	height:16px;
	padding-bottom:25px;
}

#navlist li, #navlist li a {
	font-family:Georgia, serif;
	display:inline;
	list-style-type:none;
	margin-right:22px;
	font-size:18px;
	color:#040404;
	text-decoration:none;
	margin-left:-7px;
}

#navlist li a:hover {
	color:#00AEEF;
	text-decoration:underline;
}

.push {
	height:60px;
}

#footer {
	background:#040404;
    height:150px;
}

.init {
	float:left;
	width:310px;
	height:80px;
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px outset #CCCCCC;
}

.slide {
	float:left;
	width:680px;
	height:auto;
	padding:10px;
	margin-bottom:18px;
	border:1px outset #CCCCCC;
}