body {
	background: #000 url(../_img/design_bg.jpg) repeat-x;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
.container {
	width: 960px;
	margin: 0px auto;
}

.logo {
	float: left;
}

#catchphrase {
	float:right;
}

#catchphrase a {
	color:#FFFFFF;
	text-decoration:none;
}
#catchphrase a:hover {
	color:#92C3D3;
	text-decoration:underline;
}

#box1 {
	width: 200px;
	height: 150px;
	float: left;
}
#box1 ul {
	list-style-type:none;
	text-align:right;
	letter-spacing:0px;
	font: bold 22px Arial, Helvetica, sans-serif;
	margin-top: 30px;
}

#box2 {
	width: 200px;
	height: 150px;
	float: left;
	padding-left: 10px;
}

#box2 .bracket {
	font-size: 72px;
	position:relative;
	top: 25px;
	vertical-align:middle;
}

#box2 h1 {
	position:relative;
	top: 33px;
	display:inline;
	color: #0981A9;
	font-size: 28px;
	letter-spacing:-1px;
	border: none;
}


h1 {
	border-bottom: 1px solid #FFFFFF;
	font-size: 48px;
	margin: 0px;
	clear: both;
	text-transform: lowercase;	
}



p {
	width: 450px;
	line-height:20px;
	font-size: 13px;
}

#portfolio {
	width: 320px;
	float:right;
	text-align: right;
	border-left: 1px solid #575757;
}
#portfolio a img {
	border: none;
	float: right;
	padding: 7px;
}

#fullsize {
	text-align:left;
	float: left;
	width: 450px;
}

#fullsize2 img {
	width: 100%;
}

#footer {
	background: #383838;
	clear: both;
	width: 100%;
	font-size: 10px;
	line-height:15px;
	border-top: 1px solid #666666;
	position: relative;
	top: 20px;
}

#footer h2 {
	color: #92C3D3;
	font-size: 18px;
}

#footer a {
	color: #92C3D3;
}

#footer .about {
	float: right;
	text-align:right;
	padding: 10px;
}

#footer .contact {
	float: left;
	padding: 10px;
}

.contact label, .contact input, .contact textarea, .contact select {
	display: block;
	float: left;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	background: #383838;
}

.contact input, .contact textarea {
	border: 1px solid #666666;
	color: #999999;
}

.contact label {
	text-align: right;
	width: 100px;
	padding-right: 10px;
	font-weight:bold;
}

.contact br {
	clear: left;
}

.white input, .white textarea, .white select {
	background: #fff;
	color: #333333;
}

.edit {
	float: left;
	text-align:center;
	margin: 7px;
	width: 130px;
}
.edit h4 {
	background:#333333;
	padding: 4px;
}

.edit a {
	color:#999999;
}

a img {
	border: none;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #000;

}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #92C3D3;
}

.validation-advice {
	color: #eee;
	font-size: 12px;
	background:#000;
	padding: 2px;
	clear: left;
	margin-left: 100px;
	width: 200px;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
