/* css cotic roadrat hold page style */
/* by Kelvin Owers - spittingcat.com */

*{padding: 0; margin: 0; border:0;}

html, body {
    background-color:#CCCCCC;
    color:#1A1A1A;
    font-family: "Andale Mono", Consolas, "Courier New", monospace;
    font-size: 90%;
    height: 100%;
    width: 100%;
}

#wrapper {
    position: fixed;
    background: #cccccc url(/images/tea_bottom_left.jpg) bottom left no-repeat;
    height: 100%;
    width: 100%;
    min-height: 530px;
}

#info {
    top: 0;
    left: 0;
    width: 450px;
    padding: 10px;
    font-size: 1.8em;
}

#photos {
    padding: 10px;
    font-size: 1.8em;
    margin-right: 290px;
}

#photos img {
/*    border-top: solid 3px white; */
	margin-left: 1px;
	margin-right: 2px;
	padding-bottom: 13px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
    background: url(http://cotic.co.uk/cotic_menu_05/decoration/shadow_orange_full.png) no-repeat bottom right;
    background: url(http://cotic.co.uk/cotic_menu_05/decoration/shadow_white_full.png) no-repeat bottom right;
    _background: url(http://cotic.co.uk/cotic_menu_05/decoration/shadow_white_full.gif) no-repeat bottom right;
}
#photos a img:hover {
/*    border-top: solid 3px #ff6600; */
    background: url(http://cotic.co.uk/cotic_menu_05/decoration/shadow_orange_full.png) no-repeat bottom right;
    _background: url(http://cotic.co.uk/cotic_menu_05/decoration/shadow_orange_full.gif) no-repeat bottom right;
}

#signup {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 450px;
    padding: 10px;
}
#signup p {
    padding-top: 8px;
}

#blob img {
    position: fixed;
    right: 0;
    _float: right;
}
