
body {
	margin: 0;
	padding: 0;
	font-family:   sans-serif, Arial, Helvetica;
	font-size: 13px;
	color: #000000;
	}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 197%;
	font-weight: bold;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}


a{
	color: #1b3f94;
	text-decoration: underline;
}
a img{
	border: none;
	text-decoration: none;
}

a:hover {
}

img {
}

/* Page */

#page {
	width: 950px;
	height: 900px;
	margin: 0px auto;
	padding: 0px;
	}

.home {
	background: #6bc2ff url(images/background.jpg) repeat-y top center;
}
.prof {
	background: #6bc2ff url(images/backgroundRes.jpg) repeat-y top center;
}
.aboutBackground {
	background: #6bc2ff url(images/backgroundAbout.jpg) repeat-y top center;
}
.contactBackground {
	background: #6bc2ff url(images/backgroundContact.jpg) repeat-y top center;
}
.portfolioBackground {
	background: #6bc2ff url(images/backgroundPortfolio.jpg) repeat-y top center;
}
/* Content */

#content {
	float: right;
	width: 700px;
	padding: 20px;
	height: 625px;
	background: none;
	}

#content-part {
	float: right;
	width: 550px;
	padding: 20px 10px 0px 30px;
	height:625px;
	background: none;
	}

#content-part ul {
padding: 0px;
margin: 0px;
}	
#content-part img
{
float: left;
padding: 0px;
margin-right: 10px;
display:block;
border: solid black 1px;
}

/* Menus */
#navbar  {
	margin: 0 0 0 90px;
	}

#navbar li {
	float: left;
	list-style: none;
	}
#home a {
	background: url(images/home.jpg) no-repeat top center;
	display:block;
	width: 275px;
	height:75px;
	}
#about a {
	background: url(images/about.jpg) no-repeat top center;
	display:block;
	width: 135px;
	height:75px;
}
#about a:hover {
	background: url(images/abouton.jpg) no-repeat top center;
}
#resume a {
	background: url(images/resume.jpg) no-repeat top center;
	display:block;
	width: 135px;
	height:75px;
}
#resume a:hover {
	background: url(images/resumeon.jpg) no-repeat top center;
}
#portfolio a {
	background: url(images/portfolio.jpg) no-repeat top center;
	display:block;
	width: 135px;
	height:75px;
}
#portfolio a:hover {
	background: url(images/portfolioon.jpg) no-repeat top center;
}
#contact a {
	background: url(images/contact.jpg) no-repeat top center;
	display:block;
	width: 135px;
	height:75px;
}
#contact a:hover {
	background: url(images/contacton.jpg) no-repeat top center;
}

/* Side Menu */
#sidebar  {
	float: left; 
	width: 125px; 
	margin: 100px 0px 0px 230px;

	}

#sidebar ul {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
#sidebar li {
	float: left;
	list-style: none;
	padding: 0px 0px 45px 0px;
	}
	
#generalButton a {
	background: url(images/genButtonOn.jpg) no-repeat top center;
	display:block;
	width: 125px;
	height:75px;
}
#generalButton a:hover {
	background: url(images/genButton.jpg) no-repeat top center;
}
#eduButton a {
	background: url(images/eduButtonOn.jpg) no-repeat top center;
	display:block;
	width: 125px;
	height:75px;
}
#eduButton a:hover {
	background: url(images/eduButton.jpg) no-repeat top center;
}
#skillsButton a {
	background: url(images/skillButtonOn.jpg) no-repeat top center;
	display:block;
	width: 125px;
	height:75px;
}
#skillsButton a:hover {
	background: url(images/skillButton.jpg) no-repeat top center;
}
#expButton a {
	background: url(images/expButtonOn.jpg) no-repeat top center;
	display:block;
	width: 125px;
	height:75px;
}
#expButton  a:hover {
	background: url(images/expButton.jpg) no-repeat top center;
}

#webButton a {
	background: url(images/web.jpg) no-repeat top center;
	display:block;
	width: 125px;
	height:75px;
}
#webButton a:hover {
	background: url(images/webOn.jpg) no-repeat top center;
}
#techButton a {
	background: url(images/tech.jpg) no-repeat top center;
	display:block;
	width: 125px;
	height:75px;
}
#techButton a:hover {
	background: url(images/techOn.jpg) no-repeat top center;
}
#htpcButton a {
	background: url(images/htpc.jpg) no-repeat top center;
	display:block;
	width: 125px;
	height:75px;
}
#htpcButton  a:hover {
	background: url(images/htpcOn.jpg) no-repeat top center;
}

#meButton a {
	background: url(images/meButton.jpg) no-repeat top center;
	display:block;
	width: 125px;
	height:75px;
}
#meButton a:hover {
	background: url(images/meButtonOn.jpg) no-repeat top center;
}
#meMusicButton a {
	background: url(images/meMusicButton.jpg) no-repeat top center;
	display:block;
	width: 125px;
	height:75px;
}
#meMusicButton a:hover {
	background: url(images/meMusicButtonOn.jpg) no-repeat top center;
}
#meQFButton a {
	background: url(images/meQFButton.jpg) no-repeat top center;
	display:block;
	width: 125px;
	height:75px;
}
#meQFButton  a:hover {
	background: url(images/meQFButtonOn.jpg) no-repeat top center;
}



