@import url('login.css');
@import url('contact.css');
@import url('folio.css');
@import url('clients.css');
@import url('cv.css');
@import url('jquery.lightbox-0.5.css');

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial;
	font-size:12px;
	color:#2e2e2e;
	margin-top:5px;
}

a {
	color:#0f2180;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

h1, h2 {
	font-weight:normal;
}

p {
	margin:0;
}

ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

input {
	font-size:12px;
	font-family:Arial;
}

.clear {
	clear:both;
}

#container {
	width:900px;
	margin:auto;
}

#header {
	background:url(/img/logo.gif) no-repeat;
	width:307px;
	height:46px;
}

ul#nav   {
	list-style-type:none;
	margin-top:10px;
}

ul#nav li {
	float:left;
	border-right:1px solid #2e2e2e;
	padding:0 5px;
}

ul#nav li.last {
	border:0;
}

ul#nav li a{
	font-weight:bold;
	color:#2e2e2e;
}

#content {
	padding:20px 0 0 0;
	clear:both;
}

#footer {
	text-align:center;
	font-weight:bold;
	margin:20px 0 0 0;
}

.error {
	color:#8c0d0d;
}

.success {
	color:#1c620b;
}