/***

Stylesheet: Global CSS for Girls of the ACC Landing Page
Version: 1.0
Last Edited: 9/8/09

(c) 2009


ToC

	1 - Global Styles – (body, paragraphs, lists, etc)
    2 - Page Structure
    3 - Buttons


***/

/* --------------------------------------------*/
/* -----------/ RESET /------------------------*/
/* --------------------------------------------*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


/* --------------------------------------------*/
/* -----------/ 1 - Global Styles /------------*/
/* --------------------------------------------*/

* { list-style:none; margin:0px; padding:0px; }

img { border: 0px; } img.link { cursor:pointer; }


/* --------------------------------------------*/
/* -----------/ 2 - Page Structure /-----------*/
/* --------------------------------------------*/

#contentwrapper { margin: 0 auto; text-align: left; width: 952px; height: 920px; background: #FFF; position: relative; }

#contentwrapper2 { margin: 0 auto; text-align: left; width: 952px; height: 1180px; background: #FFF; position: relative; }

#contentwrapper_photo { margin: 0 auto; text-align: left; width: 952px; background-color: #AABBCC; position: relative; }

#photowrapper { background: #AABBCC url(../../images/bg-photos.jpg) top center no-repeat; padding: 10px 0 5px 0; text-align: center; margin: auto 0px; }

#thmb_top { position: absolute; top: 315px; left: 372px; width: 540px; height: 565px; }


/* --------------------------------------------*/
/* -----------/ 3 - Buttons /------------------*/
/* --------------------------------------------*/

#btn_top { width: 546px; height: 62px; top: 200px; left: 370px; position: absolute; }

#btn_btm { position: absolute; bottom: 0px; left: 0px; }





.linker {
	FONT-SIZE: 15px; COLOR: #0eacff; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
}
.linker A:link {
	COLOR: #0eacff; TEXT-DECORATION: none;
}
.linker A:visited {
	COLOR: #0eacff; TEXT-DECORATION: none;
}
.linker A:hover {
	COLOR: #ffffff; TEXT-DECORATION: none;
}
.linker A:active {
	COLOR: #0eacff; TEXT-DECORATION: none;
}
