body {
	text-align:center;
	background:#E7F2FE;
	margin:0;
	font-family:"Times New Roman", Times, serif;
}

#mainbox {
	
}

#top {
	margin:0 auto;
	width:100%;
	background:url(../images/top_bg.jpg) top center repeat-x;
}

#top img {
	margin-right:3px;
}

#options {
	background:#424242;
	font-family:Arial, Helvetica, sans-serif;
}

#options .menu {
	color:#ffffff;
	text-decoration:underline;
	font-size:14px;
}

#options .menu:hover {
	text-decoration:none;
}

#options .menu_selected {
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

#updates {
	background:#424242;
}
/*
#headleft {
	background:url(images/head_left.jpg) repeat-y;
	width:11px;
	height:141px;
	margin-left:-11px;
}

#headBG {
	margin:0 auto;
	width:890px;
	height:143px;
	background:url(images/head_bg.jpg) repeat-x;
}
*/

#head {
	margin:0 auto;
	width:914px;
	height:187px;
	background:url(../images/head.jpg) no-repeat;
}

#head .title {
	color:#ffffff;
	margin:0px;
	font-size:23px;
	width:400px;
	margin-left:470px;
	padding-top:20px;
	text-align:right;
}

#head .menu_layout {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#222222;
	text-decoration:none;
	text-align:left;
	margin:10px 0 0 20px;
	padding:10px;
}

#head .menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#222222;
	text-decoration:none;
	text-align:left;
	margin:0px 0 0 0px;
	padding:10px;
}

#head .menu:hover {
	text-decoration:underline;
}

#head .menu_selected {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	margin:25px 0 0 0px;
	padding:10px;
}

#head .menu_selected:hover {
	text-decoration:underline;
}

#Main_top_menu {
	background:url(../images/bg1.jpg);
	width:852px;
	height:267px;
	margin-left:30px;
}

#container {
	width:914px;
	height:auto;
	/*margin:-4px auto 0;*/
	margin:0 auto;
	/*background:url(images/bodyBG.jpg);*/
	background:url(../images/container.jpg) repeat-y;
	text-align:left;
}

#Main_body_main {
	margin-left:20px;
	margin-top:30px;
	margin-bottom:0px;
}

#bg1 {
	float:left;
	background:url(../images/bg_small.jpg) no-repeat;
	width:378px;
	height:370px;
	padding:10px 20px;
	font-size:14px;
}

#bg2 {
	float:left;
	background:url(../images/bg_small.jpg) no-repeat;
	width:378px;
	height:370px;
	padding:10px 20px;
	font-size:14px;
}

#footer {
	background:url(../images/BG_footer.jpg);
	height:355px;
}

a.view-poem {
	margin-left:260px;
	font-size:15px;
	color:#68a8f0;
	text-decoration:none;
}

a.view-poem:hover {
	text-decoration:underline;
}

.footer_title {
	margin:0;
	color:#ffffff;
	font-size:18px;
	font-family:Tahoma;
}

.footer_content {
	color:#b5b4b4;
	font-size:12px;
	font-family:Tahoma;
	width:220px;
	line-height:18px;
}

a.footer_link {
	color:#ffffff;
	text-decoration:underline;
	font-family:Tahoma;
	font-size:12px;
}

a.footer_link:hover {
	color:#ffffff;
	text-decoration:none;
}

a.footer_link1 {
	color:#ffffff;
	text-decoration:none;
	font-family:Tahoma;
	font-size:12px;
}

a.footer_link1:hover {
	color:#ffffff;
	text-decoration:underline;
}

/* Height for poems */
#topContent {
	height:auto;
	margin:0 30px;
}

#btmContent {
	margin:0px 0px;
	padding:0px 30px;
	font-size:20px;
	background:url(../images/btmBG.jpg) repeat-y;
}

/* Poems + Paintings */

h2.poem-title {
	padding:5px 20px;
	background:#CC6699;
	color:white;
	font-size:20px;
}

h2.poem-title1 {
	padding:5px 20px;
	background:#0099CC;
	color:white;
	font-size:20px;
}

div.poems {
	padding:0 10px;
}

div.poems .copyright {
	font-size:10px;
}

#poemWrite {
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
}

a.linkstyle {
	font-size:14px;
	font-family:Tahoma;
	text-decoration:underline;
	color:#333333;
}

a.linkstyle:hover {
	font-size:14px;
	font-family:Tahoma;
	text-decoration:none;
	
}

.poemTitle {
	font-family:Tahoma;
	font-size:24px;
	font-weight:bold;
	margin:0px;
}

.poemCopyright {
	font-family:Tahoma;
	font-size:12px;
	margin:0px;
}

.poemReamMore {
	font-size:20px;
	font-weight:bold;
	font-family:Tahoma;
	color:#0066FF;
}

.poemReamMore:hover {
	text-decoration:none;
}

/* classes */
.px10 {
	font-size:10px;
}
.px11 {
	font-size:11px;
}
.px12 {
	font-size:12px;
}
.px18 {
	font-size:18px;
}
.px23 {
	font-size:23px;
}
.px25 {
	font-size:25px;
}
.blue {
	color:#0e547a;
}
.gray {
	color:#656565;
}
.tahoma {
	font-family:Tahoma;
}