ol, ul {
	margin-left:20px;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	font-weight:normal;
}
body {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3;
	color:#333;
	background-color:#fff;
}
a {
	text-decoration:none;
	color:#999;
	font-size:12px;
}
a:hover {
	text-decoration:underline;
	color:#666;
}
p {
	margin: 0 0 18px;
}
hr {
	color:#ccc;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	min-width: 760px;
	max-width: 1024px;
	margin: 0 auto;
}

/* home media
-----------------------------------------------------------------------------*/

div.my_wrapper{
    width: 95%;
	padding-left:17px;
}

div.my_left_box{
    float: left;
	width:31.5%;
}

div.my_right_box{
    float: right;
    width: 67.5%;
}
div.my_right_box_news{
	padding-top:10px;
	padding-left:2px;
}


/* Header
-----------------------------------------------------------------------------
#header {
	left: 0;
	top: 0;
	height: 100px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	margin-left: 0px;
}
*/
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.inside {
	clear:both;
	padding: 15px 50px 0px 15px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	width: 260px;
	margin-left: -260px;
	position: relative;
	border:none;
	padding-top:31px;
}

/*- Menu --------------------------- */
	
#menu {
	padding-top:10px;
}


/* Base
-----------------------------------------------------------------------------*/
#base{
	border-top:solid;
	border-top-color:#ccc;
	height: 50px;
	background: #999999;
}
#base_left_box{
    float: left;
    width: 75%;
	padding-top:8px;}

#base_right_box{
    float: right;
    width: 25%;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	padding-top:10px;
	color:#999;
	text-align:center;
	height: 50px;
}


/* System Messages */
#message
{
margin:10px 0 20px 0;
padding: 0 !important;
background:#fff;
font-size:14px;
border:solid 0px;
}
#message dt { font-weight: bold; }
#message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#fff;padding:0 }
#message dd ul { color: #d2232a; margin-bottom: 10px; list-style: none; padding: 5px; border-top: 3px solid #d2232a; border-bottom: 3px solid #d2232a;}

/* System Standard Messages */
#message dt.message { display: none; }
#message dd.message {  }
#message dd.message ul { background: #F2E3ED}

/* System Error Messages */
#message dt.error { display: none; }
#message dd.error {  }
#message dd.error ul { color: #d2232a; background: #fff ; border-top: 3px solid #d2232a; border-bottom: 3px solid #d2232a;margin:0}

/* System Notice Messages */
#message dt.notice { display: none; }
#message dd.notice {  }
#message dd.notice ul { color: #93246F; background: #F2E3ED; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}
