BODY {
	background: url('img/bg1.jpg') #8999b2 fixed repeat-x top left;
	color: #304050;
	font: normal 16px arial;
}
H1 {
	color: black;
	font-size: 26px;
	margin: 0 0 20px 0;
	text-shadow: 3px 3px 5px #a0a0a0;		
	text-align: center;
}
P {
	font-size: 16px;
	text-align: justify;
	line-height: 1.4;
}
B {
	color: black;
}
BLOCKQUOTE {
	border-left: solid 3px silver;
	margin: 0;
	padding: 10px;
	color: gray;
}
A {
	color: blue;
	text-decoration: none;
}
A:Hover {
	text-decoration: underline;
}
A IMG {
	border: none;
}

P.indent {
	margin: 20px;
	text-indent: -20px;
}
DIV.msg {
	font-size: 40px;
	color: silver;
	margin-top: 150px;
	text-align: center;
}

#main {
	background: url('img/bg0.jpg') #64748b fixed repeat-x top left;
	width: 90%;
	margin: 30px auto;
	border: solid 1px #707090;
	padding: 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 10px 10px 20px #727e92;	
	-moz-box-shadow: 10px 10px 20px #727e92;
	-webkit-box-shadow: 10px 10px 20px #727e92;		
}

#logo {
	text-align: center;
	position: absolute;
	margin-top: -75px;
	z-index: 2;
}
#header {
	height: 120px;
	text-align: right;
	vertical-align: bottom;	
}
#bottom_txt {
	color: black; 
	padding: 2px 20px;
	text-align: center;
	font-size: 12px;
}

#left_g,
#left {
	width: 300px;
	height: 500px;
	overflow: auto;
	padding: 5px;
	background: url('img/bg2.jpg') #c0d0e0 fixed repeat-x top left;
	border: solid 1px #707090;
}
#left P {
	margin: 20px;
}

#page {
	height: 500px;
	margin-left: 10px;
	overflow: auto;
	padding: 20px;
	background: url('img/bg2.jpg') #c0d0e0 fixed repeat-x top left;
	border: solid 1px #707090;
}

#blog_list TD {
	vertical-align: top;
	padding: 5px;
}

TD.blog_year {
	color: black;
	font: bold 16px arial;
	background: #C7D1ED;
}
TD.blog_posts {
	font-size: 14px;
}
TD.blog_posts A {
	color: #404040;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
}
TD.blog_posts A:Hover {
	text-decoration: underline;
}
#current {
	font-weight: bold;
	color: black;
}
IMG.ubb_img {
	float: right;
	max-width: 400px;
	background: white;
	padding: 5px;
	border: solid 1px black;
	margin: 15px 0px 15px 30px;
	clear: both;
}

#menu {
	margin: 20px 30px -2px 30px;
	white-space: nowrap;
}

#menu A {
	background: url('img/bg1.jpg') #8999b2 fixed repeat-x top left;
	color: black;
	font: bold 18px arial;
	text-decoration: none;
	padding: 5px 20px 3px 20px;	
	border: solid 1px #707090;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
#menu A.sel {
	border-bottom-color: transparent;
	background-image: url('img/bg2.jpg');
}
#menu A:Hover {
	color: blue;
}

IMG.flag {
	vertical-align: middle;
	margin-bottom: 2px;
	border: solid 1px silver;
	margin-right: 10px;
}

#left_g {
	width: 180px;
}
#left_g A {
	display: block;
	text-align: center;
	margin: 4px 0;
	background-color: black;
}
#left_g A IMG {
	margin: 7px 5px 4px 5px;
}
#left_g A:Hover {
	background-color: #000090;
}

#big_img {
	margin: auto;
	box-shadow: 10px 10px 10px #9ba2b5;
	-moz-box-shadow: 10px 10px 10px #9ba2b5;
	-webkit-box-shadow: 10px 10px 10px #9ba2b5;

	width: 0px;
	height: 0px;
	display: none;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);	
}
#fb_like_pic {
	position: absolute;
	left: 50%;
	margin-top: -10px;
	margin-left: -40px;
}

#pic_nav A IMG {
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	cursor: hand;
}
#pic_nav A:Hover IMG {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

#pic_nav {
	width: 180px;
	padding: 5px;
	background: url('img/bg2.jpg') #c0d0e0 fixed repeat-x top left;
	border: solid 1px #707090;	
	margin-bottom: 8px;
	height: 30px;
	text-align: center;
	line-height: 34px;
	font-size: 26px;
}

#nav_left {
	float: left;
}
#nav_right {
	float: right;
}

#feedback {
	padding: 20px;
	background-color: white;
	border: solid 1px gray;
	width: 450px;
	text-align: right;
	-moz-box-shadow: 5px 5px 20px gray;
	-webkit-box-shadow: 5px 5px 20px gray;
	box-shadow: 5px 5px 20px gray;
	margin: 50px auto;
}
#feedback H1 {
	text-align: center;
}
#feedback INPUT[type=text],
#feedback TEXTAREA {
	width: 300px;
	margin: 0 10px 3px 10px;
}
#feedback TEXTAREA {
	height: 200px;
	vertical-align: top;
}
#feedback INPUT[type=submit] {
	margin: 10px 10px 0 0;
}
#feedback DIV.cb {
	text-align: left;
	padding-left: 100px;
}
#privacy {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	color: gray;
}
#rc {
	text-align: center;
	font-size: 30px;
	color: green;
}

#bio_main {
	display: table-cell;
	vertical-align: top;
}
#bio_right {
	width: 150px;
	display: table-cell;
	padding: 0px 0 0 20px;
}

#fb_badge {
	width: 130px;
	display: block;
	margin: auto;
	text-align: center;
}
#fb-like {
	text-align: center;
}

