body {
    background-color:#1c2230;
    background-image:url('bg.jpg');
    background-position:center;
    background-attachment:fixed;
    background-repeat:repeat-y;
    padding:0px;
    margin:0px;
    border:0px;
    color:#FFFFFF;
    font-size:13px;
    font-family:arial;
    text-align:center;
    }
a:link {
	text-decoration:none;
	color:#ffd200;
	}
a:visited {
	text-decoration:none;
	color:#ffd200;
	}
a:active {
	text-decoration:underline;
	color:#000000;
	}
a:hover {
	text-decoration:underline;
	color:#ff7200;
	}

div {
	padding:0px;
	margin:0px;
	border:0px;
	}
div.outer-wrapper {
    margin-left:auto !important;
    margin-right:auto !important;
    margin-top:0px;
    margin-bottom:0px;
    width:900px;
    text-align:center;
    }
div.inner-wrapper {
    width:900px;
    text-align:left;
    }
div.titlediv {
    background-color:#113253;
    background-image:url('title-bg.jpg');
    background-repeat:no-repeat;
    width:900px;
    }
div.address {
    float:right;
    text-align:right;
    color:#CCCCCC;
    font-size:14px;
    padding:22px;
    width:200px;
    text-shadow:#000000 2px 1px 1px;
    }
div.latestnews {
    background-color:#333333;
    background-image:url('latest-bg.jpg');
    background-repeat:no-repeat;
    width:330px;
    height:280px;
    overflow:hidden;
    float:right;
    padding:10px;
    line-height:17px;
    font-size:13px;
    }
div.photoframe {
    width:550px;
    height:299px;
    overflow:hidden;
    }
div.photobg {
    width:550px;
    height:74px;
    position:relative;
    bottom:104px;
    left:0px;
    background-color:#FFFFFF;
    filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
    }
div.change-photo {
    width:530px;
    height:54px;
    padding:10px;
    position:relative;
    bottom:178px;
    left:0px;
    }
div.image-ldr {
    display:none;
    visibility:hidden;
    height:1px;
    overflow:hidden;
    }
    

img {
    padding:0px;
    margin:0px;
    border:0px;
    }
img.titleover {
    width:550px;
    height:29px;
    position:relative;
    bottom:300px;
    left:0px;
    }
img.coverphoto {
    width: 550px;
    }
img.thumbs {
    padding:0px;
    margin:0px 10px 0px 0px;
    border:0px;
    height:54px;
    }
    
header {
    display:block;
    padding:4px;
    background-color:#8f2118;
    color:#FFFFFF;
    font-size:16px;
    margin-bottom:10px;
    }









