body {
	margin: 0;
	padding: 0;
	background-color: #000;
}

p {
	font-family: 'Helvetica Neue', 'Helvetica', 'Verdana';
	font-size: 14px;	
	color: #c1e0f4;
	text-shadow: 2px 2px 3px #000;
	text-align: justify;
}

a,
a:hover {
	font-family: 'Helvetica Neue', 'Helvetica', 'Verdana';
	font-size: 15px;	
	color: #c1e0f4;
	text-shadow: 2px 2px 3px #000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #7b99ac;
}

img {
	border: 0;
}
ul li img {
	cursor: pointer;
}
h1 {
	font-family: 'Helvetica Neue', 'Helvetica', 'Verdana';
	color: #c1e0f4;
	text-shadow: 2px 2px 3px #000;
	font-size: 19px;
	font-weight: normal;
	margin-left: 5px;
}

table {
	border: 0;
	margin-left: 5px;	
	font-family: 'Helvetica Neue', 'Helvetica', 'Verdana';
	font-size: 15px;
	color: #7b99ac;	
	text-shadow: 2px 2px 3px #000;
}
td{
	line-height: 18px;
}
.td_row {
	width: 20px;
	text-align: center;
}
table img {
	border: 0;
}
table#form {
	width: 369px;
	height: 302px;
	margin-left: 65px;
	padding: 35px 0 0 26px;
	background-image: url('../imgs/form.png');
	background-repeat: no-repeat;
}

table#form td {
	vertical-align: top;
}

table#form input {
	width: 220px;
	height: 20px;
	border: 1px solid #3b4751;
	background-color: #0d2231;
	color: #c1e0f4;
	font-size: 14px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Verdana';
}

table#form textarea {
	width: 220px;
	height: 150px;
	border: 1px solid #3b4751;
	background-color: #0d2231;
	color: #c1e0f4;
	font-size: 13px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Verdana';	
}

table#form input[type="submit"]{
	width: 60px;
	height: 30px;
	background-color: transparent;
	border: 0;
	color: #FFF;
	font-size: 15px;
	margin-top: 80px;
	outline: none;	
	cursor: pointer;
}

#error_message {
	color: #c1e0f4;
	font-size: 15px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Verdana';
	margin-top: 63px;
	text-align: center;		
}

#logo {
	background-image: url('../imgs/logo.png');
	background-repeat: no-repeat;
	width: 220px;
	height: 50px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#container {
	background-image: url('../imgs/background2.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 950px;
	height: 600px;
	margin: auto;
}

#show {
	background-color: transparent;
	width: 504px;
	height: 504px;
	float: left;
	margin-left: 80px;
	margin-top: 57px;
}

#show_portfolio {
	background-color: transparent;
	width: 504px;
	height: 470px;
	float: left;
	margin-left: 80px;
	margin-top: 57px;
}

#work_details {
	margin-top: 125px;
	margin-left: 60px;
}

#cv_icon {
	margin-top: 160px;
	margin-left: 180px;
}

#content {
	/* background-color: fuchsia; */
	width: 350px;
	height: 230px;
	float: right;
	margin-top: 200px;
	margin-left: 15px;	
	position: relative;
}

#menu {
	width: 350px;
	position: absolute;
	bottom: 0;
	text-align: left;
	font-family: 'Helvetica Neue', 'Helvetica', 'Verdana';
	font-size: 17px;	
	color: #c1e0f4;
	text-shadow: 2px 2px 3px #000;
	margin-left: 5px;		
}
#menu a,
#menu a:hover {
	font-size: 17px;	
}
#footer {
	width: 100%;
	display: block;	
	margin: auto;
	margin-top: 40px;
	text-align: center;
	font-family: 'Helvetica Neue', 'Helvetica', 'Verdana';
	font-size: 10px;
	color: #324858;
}
#footer a {
	font-family: 'Helvetica Neue', 'Helvetica', 'Verdana';
	font-size: 10px;
	color: #324858;
}
#footer a:hover {
	color: #c1e0f4;
}

.space {
	padding-left: 10px;
}
.huge {
	font-size: 24px;
}
.smaller {
	font-size: 14px;
}
.brilliant {
	color: #c1e0f4;
}
.margin_left {
	margin-left: 5px;
}
.labels_form {
	text-align: center;
	text-shadow: none;
	padding-top:5px;
}
.sorry {
	font-family: 'Helvetica Neue', 'Helvetica', 'Verdana';
	font-size: 14px;
	color: #324858 !important;
	text-align: center;
}
.sorry a,
.sorry a:hover{
	color: #0082C7 !important;
}
