/* CENTERS ALL TEXT ON ALL PAGES BY DEFAULT */
body {text-align: center;}
div {text-align: center;}
.point {cursor: pointer;}

/* SETS PADDING (INSIDE DIV SPACING_ FOR LOGO AND CONTENT AREAS */
.frame {padding: 8px;}
.logo {margin-bottom:10px; margin-top:20px;}
.image {padding: 10px;}
.itemname {padding: 10px;}
.floatleft {float: left; padding: 0;}
.floatright {float: right; padding: 0;}
.siximg_p_contrainer {padding-top: 10px; padding-bottom: 10px;}

/* VARIOUS BORDER OPTIONS */
.border1 {border: 1px solid #E0D8BA;}
.border2  {border: 3px solid #E0D8BA;}

/* VARIOUS HEIGHT/WIDTH OPTIONS FOR ITEM DIVS */
.siximg_l_h {height: 646px;}
.fourimg_l_h {height: 434px;}
.twoimg_l_h {height: 222px;}
.itemimg_l_w {width: 568px;}
.img_l_w {width: 267px;}

.fourimg_p_w {width: 445px;}
.siximg_p_w {width: 650px;}
.itemimg_p_h {height: 548px;}
.itemimg_p_h_two {height: 270px;}
.img_p_w {width:200px;}
.buttom_p_w_six {width: 300px;}

.itembuttons {height: 100px;}

/* VARIOUS MARGIN SETTINGS */
.page {margin-top:20px; margin-bottom:20px;}
.top {margin-bottom:10px; margin-top:20px;}
.middle {margin-bottom:10px; margin-top:10px;}
.bottom {margin-bottom:20px; margin-top:10px;}
.button {margin-bottom:15px;}
.center {margin-left: auto; margin-right: auto; margin-bottom:20px;}
.between {margin-bottom: 10px;}
.leftimg {margin-left: 10px; margin-right: 5px; margin-top: 10px;}
.rightimg {margin-left: 5px; margin-right: 10px; margin-top: 10px;}
.left_p_img {margin-left: 10px; margin-right: 10px;}
.right_p_img_four {margin-right: 12px;}
.right_p_img_six {margin-left: 10px; margin-right: 12px;}
.extra_p_img {margin: 0 auto; margin-bottom: 10px;}
.img_bottom {margin-bottom: 10px;}
.cat_view_L {margin-left:50px;padding-top:10px;}
.cat_view_P {margin-left:50px;}

/* VARIOUS WIDTHS USED FOR IMAGES */
.cat {width: 162px;}
.cat_P {height: 230px; width: 162px;}
.cat_L {width: 162px;}

/* VARIOUS BACKGROUND OPTIONS */
.bg1 {background-image: url('../images/backgrounds/pp.jpg');}
.bg2 {background-image: url('../images/backgrounds/pinkstripes2.jpg');}
.bg3 {background-image: url('../images/backgrounds/pink3.jpg');}
.bg4 {background-image: url('../images/backgrounds/ps2.jpg');}
.bg5 {background-image: url('../images/backgrounds/ps3.jpg');}
.bg6 {background-image: url('../images/backgrounds/pink3.jpg');}
.bg7 {background-image: url('../images/backgrounds/lps2.jpg');}
.bg8 {background-color: #FDF3F1;}
.bg9 {background-image: url('../images/backgrounds/pink2.jpg');}
.bg10 {background-image: url('../images/backgrounds/pinkstripes3.jpg');}
.bg11 {background-color: #FEF2F2;}
.bg12 {background-color: #F8F5EE;}

/* FONT SETTING FOR ALL TEXT ON SITE */
.text {font-family: serif; color: #808000;}

/* SPECIAL FONT FORMATTINGS */
.button {text-decoration: none;}
.emph {text-decoration: underline; font-weight: bold;}
.bold {font-weight: bold;}

/* VARIOUS FONT SIZE OPTIONS */
.size0 {font-size: 10pt;}
.size15 {font-size: 12pt;}
.size1 {font-size: 14pt;}
.size2 {font-size: 15pt;}
.size3 {font-size: 16pt;}
.size4 {font-size: 18pt;}
.size5 {font-size: 25pt;}
.size6 {font-size: 30pt;}
.size7 {font-size: 36pt;}

/* HYPERLINK FORMATTING */
a {outline:none;}
a:link {text-decoration: none; color: #808000;}
a:active {text-decoration: none; color: #808000;}
a:visited {text-decoration: none; color: #808000;}
a:hover {text-decoration: none; color: #808000;}

/* HR SETTING FOR LINKS PAGE */
hr.pink {color: #FFD2CF; background-color: #FFD2CF; height: 2px;}

/* SPECIAL COLOR FOR AGP TITLE */
.agp {color: #FAA5B1;}
