@charset "UTF-8";

html { 
	overflow-x: auto; height:100%;
}
body {
	background-color: #000;
	background-image: url(images/IMG_3252b.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0;
}

#imgleft {
	position: absolute;
	left: -4px;
	bottom: -5px;
}

#imgright {
	position: absolute;
	right: 0px;
	top: 0px;
}
#term {
	position: absolute;
	bottom: 55%;
	left: 33%;
}
#contact {
	left: 33%;
	bottom: 2%;
	position: absolute;
}
#photoinfo {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#left {
	width: 350px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-color: #FFF;
	position: absolute;
	bottom: 25%;
	padding: 10px;
	left: 15%;
}
#right {
	width: 300px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-color: #FFF;
	position: absolute;
	top: 10%;
	padding: 10px;
	right: 20%;
}

#blog101 {
	position: absolute;
	left: 45%;
	bottom: 5%;
}
#blog102 {
	position: absolute;
	left: 58%;
	bottom: 5%;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.7;
	color: #FFF;
	letter-spacing: 0.0em;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	font-style: italic;
	margin: 0px;
	list-style-type: none;
	list-style-position: inside;
}	
	

h3  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
	font-variant: small-caps;
	letter-spacing: .1em;
}
#photoinfo p {
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.2em;
	border: none;
}	
#term h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: lowercase;
	color: #000;
	font-variant: small-caps;
	letter-spacing: .5em;
	border: none;
}	

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFF;
	margin-bottom: 1em;
	margin-top: 0em;
	line-height: 1.3em;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

h2 {
	font-weight: normal;
	text-transform: none;
	color: #000;
	padding-top: 0em;
	font-size: 0.7em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

a:link {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000;
	text-transform: lowercase;
}
a:visited {
	text-decoration: line-through;
	color: #000;
}		
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}
a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #990000;
}
	

.bold {
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
	font-style: oblique;
}
.emphasis {
	font-weight: bold;
	font-variant: small-caps;
	text-transform: lowercase;
	color: #333333;
	letter-spacing: 1px;
}

#wrapper {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	top: 75px;
	position: relative;
}
.smallcaps {
	font-variant: small-caps;
	text-transform: lowercase;
	margin-bottom: 0px;
}
.strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
