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

body {
	background-image:url(Background.jpg);
	font-family:verdana, Helvetica, sans-serif;
	font-size:12px;
}

#content {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	}

#logo {
	color:#FFFFFF;
	text-align:center;
	font-size:30px;
	}

#menu {
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	margin-top:15px;
	letter-spacing:3px;
	}



#mainPortfolio a:link {
	border:none;
	}

#menu a {
	color:#ff22af;
	text-decoration:none;
	border-bottom:dashed 1px #ff22af;
	}	

#menu a:hover {
	color:#ff22af;
	text-decoration:none;
	border-bottom:none;
	}	

#mainCV a {
	color:#ff22af;
	text-decoration:none;
	border-bottom:dashed 1px #ff22af;
	}	

#mainCV a:hover {
	color:#ff22af;
	text-decoration:none;
	border-bottom:none;
	}

#menu a {
	color:#ff22af;
	text-decoration:none;
	border-bottom:dashed 1px #ff22af;
	}	

#menu a:hover {
	color:#ff22af;
	text-decoration:none;
	border-bottom:none;
	}



#main {
	background-color:#000000;
	height:800px;
	padding-top:5px;
	margin-top:15px;
	}

#mainPortfolio {
	background-color:#000000;
	
	padding-top:5px;
	margin-top:15px;
	}

#mainCV {
	background-color:#000000;
	height:800px;
	padding:15px;
	margin-top:15px;
	color:#cccccc;
	line-height:19px;
	}

.title {
	color:#ff22af;
	}

.thumbs a {
	border-bottom:none;
	}

.thumbs a:visited {
	border-bottom:none;
	}

.greyText {
	color:#666666;
	}

.whiteText {
	color:#FFFFFF;
	}

.indexLink a {
	color:#ff22af;
	text-decoration:none;
	border-bottom:dashed 1px #ff22af;
	}	

.indexLink a:hover {
	color:#ff22af;
	text-decoration:none;
	border-bottom:none;
	}






