@import url(../../Templates/UI/Css/Layout.css);
/********* GLOBALS VAR *********/
a img,table, iframe {border:0}
a img{vertical-align:middle;}
div { overflow:hidden; }
p { margin:0; padding:0; }
button,select,textarea,input {font:100% serif}
table { border-collapse:collapse; }
tr td { vertical-align:top; }
/********* GLOBALS CLASES *********/
.nodicor { text-decoration:none; }
.clear {clear:both; height:0; line-height:0;}
.fr {float:right; }
.fl {float:left; }
.ac { text-align:center; }
.ar { text-align:right; }
.al { text-align:left; }
.rtl { direction:rtl; }
.ltr { direction:ltr; }
.rh { position:relative; }
.p10 { padding:10px; }
.dn { display:none; }
/*********** H1 ***********/

/*************PARTS****************/
/*secondary*/
.secondary .uc { margin-bottom:15px; }
/* lists */
.list .a0 { background: #f4f8ed; }
.list,
.list .a1 { background: #fff; }
.list { padding-bottom:6px; background-position:50% 100%; }
.list .item { padding:5px; }
/* path */
.path { margin-bottom:10px; }
.path .current { color:#787878; }
.path a.current:hover { cursor:default; text-decoration:none; }
/* sitemap */
#main ul { list-style:circle; margin:0 10px 0 10px; }
#main ol { margin:0 10px 0 10px; }
/* content */
.introduction { font-size:1.1em; font-style:italic; }
/* date */
.date { font-size:small; color:#787878; display:block; }
/* intro */
.intro { font-style:italic; font-size:1.2em; }
.list .intro { font-style:normal; font-size:1em; }
/*columns*/
.columns  { height: 100%;}
.columns .left { float:left; width:48%; padding-left:15px; height: 100%;}
.columns .right { float:right; width:48%; height: 100%;}
.socialBookmarks a { white-space:nowrap; text-align:right; direction:rtl; }
.socialBookmarks { text-align:right; direction:ltr; }
/* login */
.login .tb { width:100px; }
.login .ff { margin-bottom:5px; }
.register td { padding:0; }
/* gallery */
.thumbnail { opacity:.4; }
.thumbnail:hover, .selected { opacity:1; }
#thumbnails {padding-bottom:10px;}
#thumbnails .text { display:none; }
.thumbnail {margin-bottom:10px;margin-right:5px;}
/* comments */
.commentList { border-top:solid 1px #D0CFCB; margin-top:10px;}
/* calendar */
.calendar { }
.login { padding-right: 10px;}

/*************Holders****************/

body {
	margin: 0;
	padding: 0;
	background: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
}

h1 { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #fff; font-size:1.8em; }

#wrapper {
	width: 869px;
	margin: 0 auto;
	padding: 0;
	direction:ltr;
	text-align:left;
}

#page {
	width: 839px;
	margin: 0 auto;
	padding: 0;
	padding:0 15px;
}

#footer {
	width: 839px;
	height: 100%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	text-align: center;
}

#footer a {

}

.top_bg
{
    width: 869px;
    height:20px;
    background: url(images/top.jpg) no-repeat right top;
   
}
.middle_bg
{
    width:869px;
    background-color:#ffffff;
    
}
.bottom_bg
{
    width:869px;
    height:20px;
    background: url(images/bot.jpg) no-repeat right top;
    
}

#sidebar
{
    width:275px;
    height:100%;
}

#content
{
    width:564px;
    height:100%;
}