@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat-y center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding:0px;
	font-size:12px;
}


#content {
background:#FFFFFF;
padding:10px;
text-align:justify;
}

#contentclient {
background:#ddd;
padding:10px;
text-align:justify;
}

#about {
background:#FFFFFF;
padding:10px;
text-align:justify;
}

.aboutimg {
padding-right:10px;
}

#content-projects {
background:#FFFFFF;
padding:10px;
text-align:justify;
}


#content-projects img {
padding:3px;
border:solid 1px #CCCCCC;
}


#footer {
margin:0 auto;
text-align:center;
padding-right:8px;
}

.cert img {
padding:3px;
border:solid 1px #CCCCCC;
}

.style1 {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#proj {
width:100%;
background:#CCCCCC url(images/bg-proj.jpg) no-repeat;
padding:5px;
font-weight:bold;
color: #ffee31;
}

input,textarea {
border: solid 1px #ccc;
background:#f4f4f4;
font-family:Verdana,Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
}

input:focus, textarea:focus{
border: solid 1px #b0ab57;
background:#ffffff;
}

.formbutton {
background:#e0e0e0;
}

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

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

<!-- top nav -->



ul#toplist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#toplist li
{
display: inline;
list-style-type: none;
}

#toplist a { padding: 3px 5px;


text-decoration: none; }



#toplist a:hover
{
color: #fff;
background-color: #000000;
text-decoration: none;
}

#topc {
font-size:14px;
color: #ffffff;
background-color: #000000;
}

