body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.2px;
	font-size: 12px;
	line-height: 15pt;
	background-color: #e2e2e2;
	margin: 0;
	padding: 0;
}

h1 {
	color: #0c7fb5;
	font-size: 14px;
	padding: 0;
	margin: 2px 0 0 0;
}

h2 {
	color: #ffae00;
	font-size: 12px;
	padding: 0;
	margin: 2px 0 0 0;
}

p {
	padding: 0;
	margin: 5px 0 10px 0;
}

.content a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.view-project a { color: #ffae00; font-weight: bold; }

.content a:hover { font-weight: bold; }

#header {
	width: 100%;
	height: 100px;
	background-color: #0c7fb4;
	border-bottom: 3px solid #fff;
}

#inner-header {
	margin-left: auto;
	margin-right: auto;
	width: 918px;
}

#container-home {
	background: url("../images/design/bg-home.jpg") no-repeat;
}

#container {
	background: url("../images/design/cbg.jpg") no-repeat;
}

#container, #container-home {
	width: 918px;
	height: 614px;
	margin-left: auto;
	margin-right: auto;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}


#title {
	padding-top: 27px;
	float: left;
}

#contact {
	padding-top: 27px;
	float: right;
}

#menu {
	margin-top: 40px;
	margin-left: 10px;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
}

#menu li {
	color: #fff;
	font-size: 22px;
	line-height: normal;
	font-weight: bold;
}

#menu li a {
	padding: 3px 8px 5px 3px;
	background-color: #000;
	color: #fff;
	text-decoration: none;

}

#menu li a:hover {
	color: orange;
	text-decoration: none;

}

.content {
	margin-left: 45px;
	margin-top: 40px;
	height: auto;
	padding: 6px;
	float: left;
	background-color: #000;
	border: 1px solid #252525;
}

.film-images {
	margin-left: 45px;
	margin-top: 40px;
	width: 192px;
	height: auto;
	float: left;
	border: 1px solid #252525;
	background-color: #000;
}

.right-column {
	height: auto;
	float: left;
	margin-left: 25px;
	margin-top: 40px;
}

.column {
	float: left;
	height: auto;
}

.column ul {
	padding: 0;
	margin: 5px 0 5px 20px;
}

.clear {
	clear: both;
}

#copyright {
	margin-left: auto;
	margin-right: auto;
	width: 924px;
	text-align: right;
}

.ctext {
	letter-spacing: 2px;
	background-color: #fff;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	padding: 3px 6px 3px 5px;
}

.textfield {
	border: 0;
	background-color: #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}

.button-reset {
	background-color: #e49b00;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	border: 0;
}

.button-submit {
	background-color: #0c7fb5;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;	
	border: 0;
}

a:hover .thumbnail {
	border: 1px solid #fff;
}