/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #6A9886 url(images/greenlines.gif) center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6A9886;
}



/** LAYOUT */

.two-col {
	width: 1024px;
	margin: 0px auto;
}

.two-col .colA {
	float: left;
	background: url(images/navigation.jpg) no-repeat;
	width: 304px;
	height: 768px;
}

.two-col .colB {
	float: right;
	background: url(images/content.jpg) no-repeat;
	width: 720px;
	height: 768px;
}

/** LINKS */


a {
	color: #6A9886;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}


/** MENU */

.menu {
	padding: 145px 0px 0px 60px;
	font-size: 14px;
}

ul {
	list-style: disc url(images/bullet.gif);
}

li {
	margin-bottom: 5px;
}


/** CONTENT */

#content {
	margin-top: 158px;
}

#content h2 {
	width: 518px;
	height: 69px;
}

#content .Welcome { background: url(images/welcome.jpg) no-repeat; }
#content .Bio { background: url(images/bio.jpg) no-repeat; }
#content .Web { background: url(images/web.jpg) no-repeat; }
#content .Video { background: url(images/video.jpg) no-repeat; }
#content .Music { background: url(images/music.jpg) no-repeat; }
#content .Brushes { background: url(images/brushes.jpg) no-repeat; }
#content .Graphic_Design { background: url(images/graphic.jpg) no-repeat; }

#content .content{
	padding: 0px 230px 0px 96px;
}

.content2 {
     height: 390px;
     overflow: auto;
}


/** MISC */

img {
border: 1px solid #000000;
}

.img1 {
	float: left;
	margin-right: 5px;
}

.img2 {
	float: right;
	margin-left: 5px;
}

.footer {
	color: #082013;
	text-align: center;
}