#main_container {
    width: 800px;
    height: auto;
    margin: 0px auto 0px auto;
    background-color: white;
	padding-left:10px;
	padding-right:10px;

}

#page_header {
   /*width: 100%;*/
    width:800px;
    height: 150px;
	position:relative;
    background: url("./slices/header.png") no-repeat;
}

#page_footer {
    /*width: 100%;*/
	width:800px;
    height: 240px;
    /* background: url("./slices/footer.png") no-repeat; */
	
}

#footer_container { 
	text-align:center;
	padding-top:10px;
	width:800px;
	height:145px;
}

 

#login_container{
text-align:right;
padding-right:20px;
}

#page_footer p {
    font-size: 0.9em;
    color: #B6B6B6;
    line-height: 1.4em;
	
}

#f {
	font-size: 14px;;
    color: #FFB900;
    line-height: 17px;
	font-weight: bold;
	text-align:center;
	width:600px;
	margin-left:100px;
	margin-right:100px;
	}




#page_body {
width:780px;
	/*width: auto;
	height: auto;
	margin: 0px auto 0px auto;*/
}


#footer_menu {
    padding-bottom: 10px;
}

#footer_menu ul {
    list-style-type: none;
}

#footer_menu li{
    display: inline;
    margin-right: 10px;
}

#footer_menu li a{
    font-size: 0.9em;
}

#main_photo {
    width: 550px;
    height: 220px;
    margin-right: 20px;
}



.container {
    /*width: 100%;*/
    height: auto;
}

.float_container_ie_fix {
    float: left;
	padding-bottom: 30px;
/*	border-right: 1px solid gray;*/
	margin-left: 15px;
}

.float_container {
    float: left;
}


#main_content_container {
    padding: 20px 0px 0px 0px;
}


#first_ {
    width: 550px;
    margin-right: 20px;
}

#second_content {
    width: 280px;
    margin-left: 20px;
}


#second_content_1 {
    width: 200px;
	height: 220px;
    margin-left: 10px;
	/*background: #E2F2FC url("./slices/box.png") no-repeat;*/
	
}

#center_content{
   margin-top:10px;
   /*border-left: 1px solid gray; */
   width:240px;
   margin-left: 20px;
}

#second_content_1 p {
    font-size: 0.9em;
    color: #B6B6B6;
}



#first_and_second_content {
    width: 740px;
    margin-right: 20px;
}

#first_and_second_content_for_two_columnes {
    width: 360px;
    margin-right: 20px;
}

#first_and_second_content_for_two_columnes p 
{
	padding-top:15px;
}

#first_content p, #second_content p {
    line-height: 1.4em;
    text-align: justify;
}

#second_content p {
    font-size: 0.9em;
    color: #B6B6B6;
}

#highlighted_section_container {
    margin: 30px 0px 50px 0px;
}

.highlighted_section_top {
   /* width: 100%;*/
   width:780px;
    height: 20px;
    background: #EFF3F5 url("./slices/highlighted_section_top.png") no-repeat;
}

.highlighted_section_bottom {
    /*width: 100%;*/
	width:780px;
    height: 20px;
    background: #EFF3F5 url("./slices/highlighted_section_bottom.png") no-repeat;
}

.highlighted_section {
    /*width: 100%;*/
	width:780px;
    height: auto;
    background: #EFF3F5 url("./slices/highlighted_section_back.png") repeat-y;
}

.section {
    width: 220px;
    height: auto;
    margin: 0px 20px 0px 20px;
}

.section p {
    color: #8AA4B0;
    font-size: 0.9em;
    line-height: 1.4em;
}

span {
}


.content_profile{
	width:520px;
}

.left_paragraph{
 }
 
 .content_1 {
  margin-bottom:20px;
 }
 
 
 #count_time{
position:absolute;
left:20px;
top:100px;
width:300px;
height:48px;
background: url("./slices/Clock.png") no-repeat;

 }
 
#center { text-align:center; }







/*
 * PNL Timis web page stylesheet
 * Version: 1.0
 * Date: 24_10_2007
 */

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 75%;/*=12pixels*/
    font-family: verdana, tahoma, sans-serif;
    font-weight: normal;
    color: gray;
    /*background-color: white;*/
	background-image: url('slices/background.gif');
	background-repeat: repeat;
*
}


img {display: block;}

a {
    text-decoration: none;
    color: #FFB900;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3 {
    font-family: arial, geneva, helvetica, sans-serif;
    color: #FFB900;
    font-weight: bold;
    padding-bottom: 5px;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 1.1em;
}

/*
 * This CLEAR DIV can used everyware where we want to stop margin collapsing.
 * Margin collapsing is done automaticaly in browsers (Ex: Mozilla) that rightly
 * implements the CSS2 specs.
 * In order to avoid layout problems in different browsers I will use this
 * kind of div to clear float positions.
 */
.clear {clear: both;}

/*
 * This little hack is necesary in order to remove the extraspace from
 * bottom of a div element in IE. Another observation is that
 * this property apears to solve the background problem in NetScape.
 */
.no_overflow {overflow: hidden;}

.left {float: left;}
.right {float: right;}
.border {border: 1px solid red;}

input.form-submit {
    cursor: pointer;
}
