@charset "utf-8";
body {
	background-color: #CCCCCC;
	padding: 0;
	color: #003;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.4;
	background-image: url(../images/bodybk.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 10px;
    padding-left: 10px; 
}

.clearfloat {
	clear:both;
}

header, section, footer {
	display: block;
}

.logo {
	position: relative;
	border: none;
	margin-left: 20px;
	margin-top: 35px;
	display: block;
}


.container {
	width: 960px;
	position: relative;
	margin: 0 auto;
	background-color: #fff; 
}

.head {
	position: fixed;
	top: 0px;
	height: 150px;
	width: 960px;
	background-color: #fff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #121212;
} 

h1 {
	margin-top: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #464545;
}

h2 {
	margin-left: 52px;
	margin-top: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #464545;
}

.skills h4 {
	margin-left: 0;
}

.onespace {
	margin-top: 40px;
}

.center {
	text-align: center;
}

.centerlink {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main {
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: left;
	font-size: 18px;
}

#menu {
	height:20px;
    margin: 0;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	margin-right: 30px;
} 
	
#menu ul {
	font-size: 20px;
    list-style: none;
}

#menu li {
	display: inline;
	float: right;
	text-align: center;
	padding-left: 25px;
	color:#666;
} 

.skills {
	margin-top: 50px;
	margin-left: 15px;
}

.skills-right ul, .skills-left ul {
	list-style: square;
}

.skills ul {
	margin-left: 40px;
}

.skills-left {
	float: left;
	width: 450px;
}

.skills-right {
	float: left;
}

.lower  {
	padding-top: 10px;
}

#menu a {
    text-decoration: none;
    display: block;
    text-align: center;
    color: #003;
    border: none;
} 

#menu a:visited {
    text-decoration: none;
}

#menu a:hover, a:focus {
	background-color: #CCCCCC;
	color: #121212;
} 

h1 a:link {
	text-decoration: none;
	color: #003;
}

h1 a:visited {
	color: #003;
}

a:link {
	color: #003;
	text-decoration: underline;
}

a:visited { 
	text-decoration: none;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
}

.portimg {

	margin-left: 52px;
}
.portimg img{
	margin-top:  20px;
	border: 5px solid #333;
}

img {
	border:none;
}

img a {
	border: none;
}

.portimg a {
	margin-left: 10px;
	margin-right: 10px;
}

.links {
	font-style: normal;
	padding-bottom: 30px;
} 
	
.links ul {
	font-size: 14px;
	text-align: center;
    list-style: none;
    padding: 0;
}

.links li {
	display: inline;
    float: left;
	width: 265px;
	margin-left: 10px;
	margin-right: 10px;
} 

.links a:hover, a:focus {
    background-color: #ffffff;
    color: #121212;
} 

.ten {
	font-size: 10px;
}

.cinfo {
	margin-top: 25px;
	margin-left: 60px;
	margin-right: 70px;
	padding-bottom: 30px;
}

.cef {
	float: left;
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 20px;
	border: 5px solid #000;
}

footer {
	text-align: center;
	font-size: 14px;
	color: #003;
	clear: both;
	position: relative;
	padding-bottom: 20px;
}
