@charset "utf-8";
body { 
	font-family: lucida console;
	font-size: 9px; 
	color: #727272;   
	text-align: justify; 
	text-transform: lowercase;  
	overflow: auto;
	cursor: n-resize;
	background: #ffffff; 
}

b { font-family: georgia; }
i { font-family: georgia; }
u { font-family: georgia; border-bottom: 1px dotted; text-decoration: none; }

::selection { background: #1ec3c5; color: #105556; }
::-moz-selection { background: #1ec3c5; color: #105556; }

p { margin: 3px 0px 0px 0px; }

h1 { 
	font-family: georgia; 
	font-size: 12px; 
	color: #000000;  
	text-align: left; 
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
	line-height: 12px;
	padding: 0px; 
	margin: 0px;  
}

a { 
	font-family: georgia;
	font-size: 9px;
	color: #3143b1;
	font-style: normal; 
	text-decoration: none; 
	cursor: sw-resize; 
	border-bottom: 0px; 
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	text-transform: uppercase;
}

a:hover {
	font-family: georgia;
	font-size: 9px;
	color: #5b31b1; 
	text-decoration: none; 
	cursor: sw-resize; 
	border-bottom: 0px; 
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
}

blockquote {
	font-family: roman;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	margin: 2px;
	padding: 0px;
}

blockquote:before {
	font-family: georgia;
	content: open-quote;
}

blockquote:after {
	font-family: georgia;
	content: close-quote;
}

table {
	padding: 3px;
	text-align: justify; 
	text-transform: lowercase;
	font-family: lucida console;
	font-size: 9px; 
	color: #727272;
}

input {
	padding: 3px;
	text-align: justify; 
	text-transform: lowercase;
	font-family: lucida console;
	font-size: 9px; 
	color: #727272;  
}

textarea {
	padding: 3px;
	font-size: 9px;
	font-family: lucida console;
	text-align: justify;
	color: #727272;
	line-height: 9px;
	max-width: 200px;
	max-height: 200px; 
}

#sidebar {
	position: absolute;
	text-align: justify;
	top: 106px;
	left: 431px;
	width: 200px;
	padding: 3px 3px 10px 3px;
	-moz-transform: rotate(2deg);
}

#sidebar img {
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	filter: alpha(opacity=100);
	-moz-opcatiy: 1;
	opacity: 1;
}

#sidebar img:hover {
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	filter: alpha(opacity=90);
	-moz-opcatiy: .90;
	opacity: .90;
}
	
#content {
	position: absolute;
	top: 109px;
	left: 17px;
	width: 400px;
}

#content img {
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	filter: alpha(opacity=100);
	-moz-opcatiy: 1;
	opacity: 1;
}

#content img:hover {
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	filter: alpha(opacity=80);
	-moz-opcatiy: .80;
	opacity: .80;
}

.main {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 15px 0px;
}

