h1, h2, h3, h4, h5, h6 {
font-size : 100%;
}

#logo {
	margin-top: 150px;	
	margin-bottom: 10px;
	text-align: center;
}


.left{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	text-align: left;
}


.right{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	text-align: right;
}

.content{
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	font-family: 'Orbitron', serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 100;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.1em;
	word-spacing: 0em;
}

h2 {
	font-family: 'Orbitron', serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: 100;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.1em;
	word-spacing: 0em;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3{
	color:#F20A74;
	font-family: 'Orbitron', serif;
	margin:0;
	padding:0;
}


#elegant {
  font-family: 'Orbitron', serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 100;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.1em;
  word-spacing: 0em;
  line-height: 1.2;
  color: #939393;
  text-align: center;
}


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top: 20px;
	padding-left:50px;
	padding-right:50px;
}

@media screen and (min-width: 1300px) {
    .container_12 {
        width: 1200px;
		padding:0;
    }
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
