/* globals */
BODY {
    background-image : url(/imgs/bg_white.gif);
    margin: 0px;
    font-family : Arial, Helvetica, sans-serif;
    font-size: 10px;
    /*background-image : url(/imgs/bg.gif); */
    /*background-color: #464d51;  */
    background-repeat : repeat-y;
}
A {
	text-decoration: none;
    color: #c53a3d;
}
A:hover {
	color: #fff;
    background-color: #c53a3d;
}
H3 {
	color: #999;
    font-size: 10px;
    margin: 0px 0px 6px 0px;
}

IMG {
    border : none;
}
.navUL {
    margin: 0px;
    padding: 0px;
    list-style : none;
}
/* end globals */
#col-a {
	float: left;
    width: 160px;
    padding: 0 0 30px 0;
}
#nav {
	position: absolute;
    left: 81px;
    top: 301px;
    width: 63px;
}
#pageNav {
    margin-bottom : 12px;
}
#photos {
    margin-left: 160px;
    margin-top: 100px;
    margin-bottom: 0px;
    width: 700px;
	height: 525px;
}
/* contact rn */
#send_photo {
	position: absolute;
    left: 160px;
    top: 64px;
}
#send_photo A {
	color: #c53a3d;
}
#send_photo A:hover {
	color: #ffffff;
    background-color: #c53a3d;
}
/* contact rn */
/* logo */
#logo {
	position: absolute;
    left: 575px;
    top: 30px;
	width: 123px; 
	height: 31px;
	background-color: #ffffff;
}
#logo A {
	color: #ffffff;
}
#logo A:hover {
	color: #ffffff;
    background-color: #ffffff;
}
#page_rn {
	position: absolute;
    left: 578px;
    top: 66px;
}
/* end logo */

/* junk drawer */
#junk_drawer_top {
    width: 100%;
    height: 0px;
    background-image : url(/imgs/bg_junkdrawer.gif);
    background-color : #464d51;
    position: relative;
}
#junk_drawer_middle {
    width: 100%;
    height: 0px;
    background-image : url(/imgs/bg_junkdrawer2.gif);
    background-color : #353f44;
    position: relative;
}
#junk_drawer_bottom {
    width: 100%;
    height: 0px;
    background-image : url(/imgs/bg_junkdrawer3.gif);
    background-color : #2b3337;
    position: relative;
}
#jd_logo {
    position: absolute;
    left: 81px;
    top: 0px;
}
.jd_navUL {
    margin: 0px;
    padding: 0px;
    list-style : none;
}
/* end junk drawer */

/* copyright */
#copyright_wrapper {
	color: #818181;
}
#copyright {
    float: left;
    width: 759px;
}
/* end copyright */
