/**/
*
{
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
}
body
{
	background:#fff url(../../images/body_bg.png) repeat-x;
	text-align:center;
}
#wrapper
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#top
{
	width:1000px;
	height:566px;
	background-image: url(../../images/logo.jpg);
	background-repeat:no-repeat;
}
#top_nav
{
	width:1000px;
}
#content
{
    margin-left:auto;
    margin-right:auto;
    width:900px;
	padding:10px;
    background-image: url(../../Images/content_bg.png);
    -moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	border-left:2px solid #333;
	border-right:2px solid #333;
	border-bottom:2px solid #333;
	overflow:auto;
	text-align:left;
}
#content_left
{
	width:565px;
	float:left;
	padding:20px;
}
#content_right
{
	width:240px;
	float:right;
	padding:20px;
	margin-top:30px;
}
.small_content_panel
{
    margin-bottom:10px;
    width:200px;
	padding:10px;
    background-image: url(../../Images/content_bg_small.png);
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:2px solid #666;
	text-align:center;
}
.small_content_panel_left
{
    margin-bottom:10px;
    width:200px;
	padding:10px;
    background-image: url(../../Images/content_bg_small.png);
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:2px solid #fff;
	text-align:center;
}
.small_content_panel_contact
{
    margin-bottom:10px;
	padding:30px;
    background-image: url(../../Images/content_bg_small.png);
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:2px solid #fff;
	text-align:left;
}
.small_content_panel:hover, .small_content_panel_left:hover
{
    background-image: url(../../Images/content_bg_viewer.png);
}
.blog_grid
{
    width:550px;
    border:2px solid #333;
    padding:20px;
}
#blog
{
	margin-top:11px;
}
#blog_left
{
	width:475px;
	border:1px solid #000;
	float:left;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#blog_right
{
	width:475px;
	border:1px solid #000;
	float:right;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.blog_grid_small
{
    width:465px;
    text-align:left;
    border:0;
}
.feed_h5
{
	font-size: 1em;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
}
.feed_p
{
	font-size: 0.8em;
	margin-left:5px;
	margin-right:5px;
}
.feed_a
{
	font-size: 0.8em;
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
}
.feed_date
{
    font-size: 0.6em;
	margin-left:5px;
	margin-right:5px;
}
#footer
{
    clear:both;
    width:1000px;
	height:20px;
	margin-top:11px;
	text-align:center;
}
.clear
{
	clear:both;
	margin-bottom:20px;
}
a.inpage
{
    text-decoration:none;
    font-size:1.2em;
    color:#ff6600;
    font-weight:bold;
}
.textbox, .button
{
    border:1px solid #333;
    font-size:small;
}
.button
{
    width:70px;
}
.rbg
{
    font-size:0.8em;
    font-weight:bold;
}