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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-image: url(../assets/photos/personalwebsitephoto.jpg);
	background-position: left top;
	background-attachment: fixed;
}


#container {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../assets/images/images/backgroundtranswhite.png);
	background-repeat: repeat;
}
#content {
	width: 700px;
	height: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#flash {
	width: 500px;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	position: relative;
	height: 150px;
}
#logo {
	height: auto;
	width: 780px;
	text-align: center;
	padding: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#topnav {
	font-size: 100%;
	padding: 0px;
	list-style-type: none;
	width: 780px;
	position: absolute;
	left: 0px;
	display: inline;
	margin: 0px;
	text-align: center;
	height: 40px;
	top: 133px;
}
#topnav  li {
	font-size: 90%;
	list-style-type: none;
	display: inline;
	padding: 20px;
}
#topnav  a {
	text-align: center;
	display: inline;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#topnav  a:link, #sidenav  a:visited {
	color: #000000;
	text-decoration: none;
}
#topnav  a:hover, #sidenav  a:active {
	color: #CC0000;
	background-color: #FFFFFF;
	font-weight: bolder;
}
#content a:link, #content a:visited {
	color: #CC0000;
	text-decoration: none;
}
#content a:hover, #content a:active {
	font-weight: bolder;
	color: #660000;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
	color: #CC0000;
}
#footer {
	margin: 0px;
	padding: 5px;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CC0000;
}
#footer a:hover, #footer a:active {
	font-weight: bolder;
	color: #660000;
	text-decoration: none;
}
.profile {
	width: 760px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CC0000;
}

.rightimg {
	clear: left;
	float: right;
	margin: 10px;
}
.pic {
	margin: 5px;
}
.snbuttons {
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
}

