@charset "UTF-8";
/* CSS Document */

body{
		background-image:url(images/layout.gif);
		background-repeat:repeat-x;
		margin:0px;
		padding:0px;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:.75em;
		height:100%;
	}
	h2 {
		font-size:1.3em;
		color:#666;
	}
	a {
		color:#00ffff;
		text-decoration:none;
		font-size:.95em;
		font-weight:bold;
	}
	a:hover {
		color:#ccc;
		text-decoration:none;
		font-weight:bold;		
	}
	.deadLink {
		color:#aaa;
		text-decoration:none;
		font-size:.85em;
	}
	#top_bar{
		width:800px;
		margin:auto;
		border:0px solid #000;
		height:43px;
	}
	#nav{
		width:800px;
		margin:auto;
		text-align:right;
		vertical-align:text-top;
		padding:0px;
		border:0px solid #000;
		font-size:.85em;
		height:18px;
		line-height:160%;
		overflow:hidden;
	}
	#nav a {
		color:#00ffff;
		text-decoration:none;
		font-weight:bold;
	}
	#nav a:hover {
		color:#ccc;
		text-decoration:none;
		font-weight:bold;
	}
    #top_pattern {
		background-image:url(images/pattern.gif);
		background-repeat:repeat-x;
		height:30px;
	}
	#home_content {
		width:800px;
		margin:auto;
		text-align:center;
		padding-top:75px;
	}
	#content {
		width:800px;
		margin:auto;
		text-align:justify;
		height:auto;
	}	
	#copyright {
		font-size:.7em;
		text-align:center;
		margin:auto;
		margin-top:100px;
		margin-bottom:20px;		
		padding-top:10px;
		border-top:1px dotted #ccc;
		color:#666;
	}
	#left {
		border:0px solid #000;
		width:160px;
		float:left;
	}
	#right {
		border:0px solid #000;
		width:620px;
		float:right;
		/*margin-left:180px;*/
	}
	.about {
		background-image:url(images/about.gif);
		background-position:center;
		background-repeat:no-repeat;
		height:575px;
	}
	.contact {
		background-image:url(images/contact.gif);
		background-position:center;
		background-repeat:no-repeat;
		height:575px;
	}
	.design {
		background-image:url(images/design.gif);
		background-position:center;
		background-repeat:no-repeat;
		height:575px;
	}
	.programming {
		background-image:url(images/programming.gif);
		background-position:center;
		background-repeat:no-repeat;
		height:575px;
	}	