@CHARSET "UTF-8";

body {
margin: 0px;
padding: 0px;
background-color: #e6e8e9;
font-family: 'Droid Sans', sans-serif;
font-size: 14px;
}

.container {
width: 1024px;
height: auto;
margin-left: auto;
margin-right: auto;
}

.content {
padding: 30px 0px 30px 0px;
border-bottom:1px solid #cfd0d1;	
}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

h1 {
font-family: 'Droid Sans', sans-serif;
font-size: 24px;
margin: 0px 0px 10px 0px;
}

#video1 {
width: 100%;
height: auto;
float: left;
margin-bottom: 40px;
}

#video2 {
width: 100%;
height: auto;
float: right;
margin-bottom: 20px;
}

#video3 {
width: 502px;
height: 282px;
float: left;
}

#video4 {
width: 502px;
height: 282px;
float: right;
}

.content_left {
width: 502px;
height: auto;
float: left;
}

.content_right {
width: 502px;
height: auto;
float: right;
}

a {
color: lightgrey;
text-decoration: none;
}

a:hover {
color: black;
}

a:visited {
color: lightgrey;
text-decoration: none;
}

#login {
	width: 250px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.main_input {
width: 100%;
padding: 10px;
font-size: 14px;
}