@charset "utf-8";

/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color:black;
	background-repeat: no-repeat;

}

body,td,th {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}



a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#wrapper {
	height: 1160px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
#sketches {
	height: 300px;
	width: auto;
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 10px;
	margin-top: 10px;
}

#wrapperCV {
	height: 1050px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 20px;
	width: auto;
	border-bottom: dotted #1198F9 4px;
	margin-bottom: 10px;
}
#window {
	height: 200px;
	width: auto;
	background-image: url(IMAGES/window2.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#menu {
	background-image: url(IMAGES/menu-winter.png);
	height: 50px;
	width: auto;
	margin-bottom: 10px;
}
#menu  ul {
	margin-left: 55px;
	padding:0px;
	list-style:none;
}
#CV {
	height: 700px;
	width: 100%;
	background-color: #1198F9;
	text-indent: 20px;
	margin-top: 10px;
	color: #000000;
}
#CVright {
	float: right;
	height: 60px;
	width: 200px;
}



#menu li {
	display:inline;
	padding:0px;
}

#menu a {
	font-size: 16px;
	color: white;
	text-decoration: none;
	padding-left:46px;
	padding-right:46px;
	padding-top:16px;
	padding-bottom:8px;
	display:block;
	float:left;
	}
	
#menu a:hover {
	color:#000000;
}

#contentcontainer {
	height: 700px;
	width: auto;
}
#text {
	float: left;
	height: 360px;
	width: 435px;
	margin-bottom: 10px;
	text-indent: 10px;
	color: #1198F9;
	border: outset #1198F9 2px;
}

#image {
	float: right;
	height: 360px;
	width: 340px;
	margin-bottom: 10px;
}

#player {
	height: 450px;
	width: auto;
	clear: both;
	text-indent: 10px;
	color: #1198F9;
	border: outset #1198F9 2px;
}
#snapleft {
	float: left;
	height: 200px;
	width: 200px;
}
#snapcenterleft  {
	float: left;
	height: 200px;
	width: 200px;
}
#snapright {
	float: left;
	height: 200px;
	width: 200px;
}

#snapcenterright {
	float: left;
	height: 200px;
	width: 200px;
}
#slideshow {
	height: 200px;
	width: auto;
}



#footer {
	height: 50px;
	width: auto;
	background-color: #1198F9;
	text-align: center;
	padding-top: 30px;
	clear: both;
}
