body {
	background: url('images/bg.png') #000000;
	text-align: center;
	color: #dddddd;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 1px;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 700px;
}

#header {
	text-align: center;
	width: auto;
	height: 350px;
	margin-bottom: 5px;
}

#content {
	background: url('images/contentbg.png');
	text-align: justify;
	padding: 10px;
	border: 1px solid #151515;
	margin-bottom: 5px;
}

#sidebar {
	background: url('images/sidebarbg.png');
	text-align: center;
	padding: 10px;
	border: 1px solid #151515;
	margin-bottom: 5px;
}

#footer {
	clear: both;	
	padding: 25px 0 25px 0;
	background: url('images/sidebarbg.png');
	border: 1px solid #151515;
}

a {
	color: #f02f77;
	text-decoration: none;
}

a:hover {
	color: #556c96;
	text-decoration: underline;
}

img {
	border: 0px;
}

.client {
	border: 0px;
	padding: 5px;
}

.visit{
	background: #3379c7;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
}

b, strong {
	color: #f02f77;
}

h2 {
	color: #f02f77;
	font-size: 20px;
}

h3 {
	color: #f02f77;
	font-size: 16px;
	font-style: italic;
}

hr {
	background: url('images/hr.png');
	width: 350px;
	height: 35px;
	border: 0px;
}

input, textarea, select, submit {
	border: 1px solid #353535;
	background: #050505;
	color: #3379c7;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
	font-size: 14px;
}

input:focus, textarea:focus, select:focus, submit:focus {
	border: 1px solid #353535;
	background: #151515;
	color: #3379c7;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
	font-size: 14px;
}

/* NAVIGATION */
#navcontainer ul {
	padding: 0px;
	margin: 0;
	list-style-type: none;
	color: #dddddd;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;
	font-size: 20px;
	text-align: center;
}

#navcontainer li { 
	display: inline; 
}

#navcontainer li a{
	text-decoration: none;
	color: #f02f77;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
}

#navcontainer li a:hover{
	color: #556c96;
	font-size: 20px;
	text-decoration: underline;
}
