
/*-----------------------------------------------
| All You Want Stylesheet
| Version          : 01.00
-------------------------------------------------*/



/* CSS Document */


*{ margin: 0; padding: 0; }


/*----------------- [Commons] ---------------------*/
/*-------------------------------------------------*/

a:link img            { border: none; }

a:link visited img    { border: none; }

a img                 { border-style: none; }

form                  { margin: 0px; }

.left                 { float: left; }

.right                { float:right; }


/*----------------- [General] ---------------------*/
/*-------------------------------------------------*/

body                      { font: normal 13px/16px "Comic Sans MS", Arial, "Times New Roman"; color: #000; margin: 0; background-color: #88a7c6; }

#wrapper                   { width: 944px; height: auto; margin: 0 auto; background-color: #FFFFFF; }



/*----------------- [Header Section] ---------------------*/
/*--------------------------------------------------------*/

#menu                { width: 944px; height: 55px; background: url(images/menu_bg.gif) top left repeat-x; float: left; }

#menu li              { width: auto; height: 55px; background: url(images/menu_division.gif) top right no-repeat; list-style: none; float: left; }

#menu li a            { font: normal 20px/2.7em "Comic Sans MS", Arial, "Times New Roman"; color: #005357; padding: 0 10px 0 10px; text-decoration: none; float: left; }

#menu li a:hover      { color: #fff; }

#menu li span            { font: normal 20px/2.7em "Comic Sans MS", Arial, "Times New Roman"; color: #fff; padding: 0 10px 0 10px; background: url(images/menu_division.gif) top right no-repeat; float: left; }

.logoSection     { background: url(images/top_flowers.jpg) top left no-repeat; }

.logo       { margin: 128px 0 0 80px; }

.headingDiv    { height: 175px; background: url(images/heading_img.jpg) top left no-repeat; }

.heading        { font: bold 30px/33px "Comic Sans MS", Arial, "Times New Roman"; color: #FFFFFF; }

.heading span    { font: bold 36px/39px "Comic Sans MS", Arial, "Times New Roman"; color: #6a6b05; }

.middleContents     { background: url(images/middle_content_bg.jpg) top left repeat-y; padding: 0 143px 0 128px; }

.middleContents p    { margin: 10px 0 10px 0; }

.bottomDiv             { height: 150px; background: url(images/bottom_bg.jpg) top left no-repeat; color: #acbcde; font-size: 12px; }

.bottomLinkDiv       { width: auto; height: auto; margin: 110px 0 0 76px;  }

.bottomLinkDiv a        { font: normal 12px/15px "Comic Sans MS", Arial, "Times New Roman"; color: #a6b7da; text-decoration: none; margin: 100px 0 0 0; }

.bottomLinkDiv a:hover    { color: #63779f; }

.bottomLinkDiv span        { font: normal 12px/15px "Comic Sans MS", Arial, "Times New Roman"; color: #63779f; }

.innerHeadingDiv    { height: 202px; background: url(images/inner_head_bg.jpg) top left no-repeat; }

.innerHeadingDiv h1   { font: bold 30px/39px "Comic Sans MS", Arial, "Times New Roman"; color: #42c0bb; margin: 140px 172px 0 0; text-align: right; }

.innerImages   { float: right; margin: 0 20px 8px 8px; }

.innerLinks     { font: normal 13px "Comic Sans MS", Arial, "Times New Roman"; color: #2323b1; text-decoration: none; }

a.innerLinks:hover     { text-decoration: underline; }


