/* Main CSS */
html, body{
    background:#FFFFBB;
    height:100%;
    color:#000;
    margin:0px;
    padding:0px;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:20px;
}

#page_container{
	position:relative;
	background:#000;
	padding:10px 0 0 0;
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
}

a:link, a:visited, a:hover, a:active{
    text-decoration:none;
    color:#666;
}

h1{
}

h2{
}

h3{
}

input{
	font-size:11px;
	border:1px #AAA solid;
}


/* ID's */
#page2{
    background:#FFFFBB;
    width:886px;
    padding:1px;
	margin:auto;
	border:3px solid #000;
}

#page{
    width:880px;
    padding:0;
	margin:auto;
    background:#FFFFBB;
	border:3px double #000;
}

#header{
    position:relative;
    width:880px;
    padding:0;
	margin:0 0 0 0;
	border-bottom:3px #000 double;
}

#login_box{
    position:absolute;
    top:75px;
    right:0px;
}

#menu{
    position:relative;
	width:150px;
    float:left;
    text-align:left;
	padding:10px;
    margin:0 10px 0 0;
}

    #menu a:link, #menu a:visited{
		display:block;
		height:29px;
		font-family:Georgia, "Times New Roman", Times, serif;
        font-size:13px;
		font-weight:normal;
        letter-spacing:-0.1em;
        padding:2px 0 0 0;
		color:#000;
		background:url(../img/back_menu_off.gif) repeat-x;
        margin:0 0 5px 0;
        text-align:center;
    }

    #menu a:active, #menu a:hover{
		background:url(../img/back_menu_on.gif) repeat-x;
    }

    .selected #menu a:link{
		background:url(../img/back_menu_on.gif) repeat-x;
    }

#content_header{
	display:block;
	height:60px;
	background:url(../img/back_content_header.gif) no-repeat;
	padding:20px 0 0 0;
	margin:10px 0 0 0;
	font-size:26px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:bold;
}

#content{
    float:left;
	min-height:500px;
	height:auto !important;
	height:500px;
	width:650px;
	margin:0;
    padding:0 20px 0 20px;
	border-left:3px double #000;
}

    #content a{
        text-decoration:underline;
    }

#footer{
    width:880px;
	height:36px;
	border-top:3px #000 double;
	margin:0;
	padding:20px 0 10px; 0;
	font-size:10px;
	text-align:center;
}

    #footer a:link, #footer a:visited{
        color:#666;
        text-decoration:none;
        padding:0px 5px 0px 5px;
    }

    #footer a:active, #footer a:hover{
        color:#999;
    }


/****** CLASSES ********/


.c1{
    float:left;
    width:200px;
    padding:50px 0 0 0;
}

.c2{
    float:left;
    width:450px;
    padding:0px 45px 45px 45px
}

.c3{
    width:780px;
    text-align:center;
}

.c4{
    margin:0 5px 0 0;
    text-align:left;
    float:left;
}

.error{
    font-weight:bold;
    color:#FF6600;
}


.clear{
    clear:both;
}

.clear_left{
    clear:left;
}

.clear_right{
    clear:right;
}

/* Custom Classes */

.obit_content_left{
    vertical-align:top;
    font-size:12px;
    width:350px;
    padding:0 10px 0 50px;
}

    .obit_content_left h2{
        border-bottom:1px solid #CCC;
    }

.obit_content_right{
    vertical-align:top;
    font-size:12px;
    width:150px;
    padding:0 40px 0 20px;
}

table.obit{
    padding:0;
    margin:0 0 20px 0;
}

table.obit td{
    text-align:left;
    vertical-align:top;
    width:50%;
    padding:0;
    margin:0;
}

