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

/*.content {
	border: 3px solid #669;
	background-color:#FFFFFF;
    font: smaller Arial, sans-serif;
}*/

/*html {
	background: #000;
	background-image:url("purptile.jpg");
	height: 100%;
}*/

body{
	font-family: Helvetica, Arial, sans-serif;
	/*background-image:url(images/purptile.jpg);
	background-repeat:repeat;
	/*background-image: url("flowers.png");
	background-repeat: no-repeat;
	background-position: 0px top;
	margin: 0;
	padding: 0;
 	height: 100%;*/
}


#sidepic{
	background-image:url(images/flowers.png);
	background-repeat:no-repeat;
	height:1200px;
}

li {
	list-style:none;
	font-size:small;
	
}

.banner {
	position:absolute;
	left: 200px;
	top: 50px;
}

.linkbar {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	/*left:240px;
	top: 100px;*/
	
}

.onelink {
	padding-right:10px;
	padding-left:10px;
	text-decoration: none;
	color: #66cccc;
}

.onelinkpurp{
	padding-right:10px;
	text-decoration: none;
	color:#66C;
	
}

.project{
	
	display:block;
	background-color:#FFF;
	height:200px;
	width:685px;
	position:relative;
	/*left:250px;*/
	border-bottom:#6CC solid 4px;
	/*border-left:#669 solid 4px;*/
	margin-bottom:20px;
}

.project img{
	position:relative;
	top: 9px;
	left: 5px;
	float:left;
	padding-right:5px;
	border-right:#6CC solid 2px;
}

.para{
	text-align:left;
	display:inline;
	font-size:small;
	position:relative;
	left:10px;
	width: 380px;
}

.project h5{
	position:relative;
	top:5px;
	left:12px;
	
}

.box {background-color:#000; padding:0px;}

a: link{text-decoration:none; color:#3CC}
a: visited{text-decoration:none; color:#3CC}
a: active{text-decoration:none; color:#3CC}
a: hover{text-decoration:none; color:#3CF}
	

