/* CSS Document */

body {
	background: #494949 url('./images/background.jpg') repeat-x;
	margin:0;
	padding:0;
	text-align: center;
}

img {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

#header {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 975px;
	background: url('./images/bodybg.jpg');
	margin: 0 auto;
}

#leftnavigation {
	float: left;
	padding-top: 0px;
	padding-left:3px;
	width: 176px;
}
#rightnavigation {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	width: 176px;
}

#content{
	width: 615px;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	float: left;
}

#footer {
	clear: both;
	background: url('./images/footer.jpg');
	height: 49px;
	width: 975px;
	color: #ffffff;
	font-size: 11px;
	position: relative;
	line-height: 49px;
	text-align: center;
}

.navtop {
	height: 49px;
	margin-left: 5px;
	background: url('./images/navtop.jpg');
	padding: 0;
	margin: 0;
	font-family: "Times New Roman";
	font-size: 11px;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	line-height: 49px;
}

.navbg{
	margin-left: 5px;
	background: url('./images/navbg.jpg');
	padding-bottom: 5px;
	margin: 0;
	font-family: "Times New Roman";
	font-size: 11px;
	color: #ffffff;
}

.contenttop {
	text-align: center;
	margin-left: 5px;
	background: url('./images/contenttop.jpg');
	height: 49px;
	padding: 0;
	margin: 0;
	font-family: "Times New Roman";
	font-size: 11px;
	color: #ffffff;
	line-height: 49px;
}

.contentbg {
	margin-left: 5px;
	background: url('./images/contentbg.jpg');
	padding: 0;
	margin: 0;
	font-family: "Times New Roman";
	font-size: 11px;
	text-align: left;
	padding-left:5px;
	padding-right:5px;
	margin: 0 auto;
	color: #ffffff;
}

p.content {
	margin: 0 auto;
	color: #ffffff;
	font-size: 12px;
}

.main_advertisement {
	background: url('./images/contentbg.jpg');
	padding: 0;
	margin: 0;
	font-family: "Times New Roman";
	font-size: 11px;
	text-align: center;
	padding-left:15px;
	margin: 0 auto;
	color: #ffffff;
}
	

/* Links  */

a:link {
	color: #83bd07;
	text-decoration: none;
}

a:visited {
	color: #83bd07;
	text-decoration: none;
}

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

.nolink {
	color: #94D40C;
	text-decoration: line-through;
}

/* PROJECT PROGRESS */

.projectprogress {
	display: block;
	width: 90%;
	height: 9px;
	border: solid 1px #000000;
	font-size: 8px;
	background: #3A3A3B;
	margin: 0 auto;
}
.progress {
	display: block;
	width: 20%;
	height: 9px;
	background: #94D40C;
	font-size: 8px;
	color: #000000;
	text-align: left;
}

/* KNOWLEDGE STARTS */

.knowledge1 {
	display: block;
	width: 95%;
	height: 9px;
	border: solid 1px #000000;
	background: #3A3A3B;
	margin: 0 auto;
}
.knowledgehtml {
	display: block;
	width: 98%;
	height: 9px;
	background: #94D40C;
	font-size: 8px;
	color: #000000;
	text-align: left;
}
.knowledgecss {
	display: block;
	width: 48%;
	height: 9px;
	background: #94D40C;
	font-size: 8px;
	color: #000000;
	text-align: left;
}
.knowledgephotoshop {
	display: block;
	width: 95%;
	height: 9px;
	background: #94D40C;
	font-size: 8px;
	color: #000000;
	text-align: left;
}
.knowledgeindesign {
	display: block;
	width: 3%;
	height: 9px;
	background: #94D40C;
	font-size: 8px;
	color: #000000;
	text-align: left;
}
.knowledgephp {
	display: block;
	width: 25%;
	height: 9px;
	background: #94D40C;
	font-size: 8px;
	color: #000000;
	text-align: left;
}
.knowledgemysql {
	display: block;
	width: 10%;
	height: 9px;
	background: #94D40C;
	font-size: 8px;
	color: #000000;
	text-align: left;
}
.knowledgevb {
	display: block;
	width: 57%;
	height: 9px;
	background: #94D40C;
	font-size: 8px;
	color: #000000;
	text-align: left;
}
