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


body {
	margin-top: 0px;
	background-color: #000000;
}
#container {
	position:relative;
}
#photo {
	position:absolute;
	width:50px;
	height:100px;
	background-color:red;
	top:600px;
	left:50px;
}

h1 {
	margin: 0px;
	background-color: #000;
	color:#000;
	font-size:1px;
}


.style1 {
	color: #CAAE01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
a:link {
	color: #CAAE01;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CAAE01;
}
a:hover {
	text-decoration: underline;
	color: #CAAE01;
}
a:active {
	text-decoration: none;
	color: #CAAE01;
}
#tumblr {
margin-top: 10px;
margin-left: 0px;
color: #FFFFFF;
background-color: #000000;
border: solid;
border-color: #c9ae00 ;
position: absolute;
float: left;
z-index: 100;
width: 190px;
}

#tumblr a:link {color: #FFFFFF; text-decoration: none}     /* unvisited link */
#tumblr a:visited {color: #FFFFFF; text-decoration: none}  /* visited link */
#tumblr a:hover {color: #FFFFFF; text-decoration: underline}   /* mouse over link */
#tumblr a:active {color: #FFFFFF; text-decoration: underline}   /* selected link */

#tumblr ol {
margin: 10px;
padding: 0px;
}

#tumblr li {
padding:0px;
margin: 0px;
list-style: none;
margin-bottom: 10px;
}

#tumblr li a:link {color: #FFFFFF; text-decoration: underline}     /* unvisited link */
#tumblr li a:visited {color: #FFFFFF; text-decoration: none}  /* visited link */
#tumblr li a:hover {color: #FFFFFF; text-decoration: none}   /* mouse over link */
#tumblr li a:active {color: #FFFFFF; text-decoration: none}   /* selected link */

#tumblrHeader {
background-color: #c9ae00;
padding: 5px;
}

