@charset "UTF-8";

/*-----------------------------------------------------
@author:    convexstyle
@version:   1.0
@copyright: 2009, convexstyle.com
@since:     2009.08.13
-------------------------------------------------------*/


/*------------------------------
  headerContent
--------------------------------*/
div#headerContent {
    margin-bottom: 25px;
    height: 147px;
}

div#headerContent:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

    div#headerContent div#headerContent1 {
        margin-right: 20px;
        padding: 100px 0px 20px 0px;
        float:left;
        width: 200px;
        border-bottom: 3px solid #f81504;
    }

        div#headerContent1 h2#mainTitle {
            height: 24px;
        }

    div#headerContent div#headerContent2 {
        float: left;
        width: 486px;
        height: 144px;
        border-bottom: 3px solid #f81504;
    }


/*------------------------------
  navigation
--------------------------------*/
div#navigation {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    height: 30px;
}

    div#navigation img {
        margin: 0px;
        padding: 0px;
    }


/*------------------------------
  gameContent
--------------------------------*/
div#flashContent {
    margin-bottom: 10px;
    width: 925px;
    height: 470px;
}


/*------------------------------
  gameContent
--------------------------------*/
div#gameContent {
    margin-bottom: 45px;
}

div#gameContent:after {
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

    div#gameContent div#gameContent1 {
        float: left;
        margin: 0px 20px 0px 0px;
        padding: 0px;
        width: 200px;
    }

        div#gameContent1 div#content1Image {
            width: 200px;
            height: 199px;
        }

        div#gameContent1 div.contentFooter {
            margin: 0px;
            padding: 6px 0px 0px 40px;
            background-image: url(../images/contentFooterImage.gif);
            background-repeat: no-repeat;
            background-position: left top;
            font-weight: bold;
            width: 159px;
            height: 24px;
        }

        * html div#gameContent1 div.contentFooter {
            margin: 0px;
            padding: 6px 0px 0px 40px;
            background-image: url(../images/contentFooterImage.gif);
            background-repeat: no-repeat;
            background-position: left top;
            font-weight: bold;
            width: 159px;
            height: 30px;
        }

        div#gameContent1 div.contentFooterContainer {
            background-image: url(../images/contentBg.png);
            background-repeat: repeat;
            width: 199px;
            height: 30px;
        }


    div#gameContent div#gameContent2 {
        float: left;
        margin-right: 20px;
        width: 486px;
    }


        div#gameContent2 div.entry {
		    text-align: center;
		    margin: 0px 0px 3px 0px;
		    padding: 22px 0px 30px 0px;
            background-image: url(../images/contentBg.png);
            background-repeat: repeat;
            width: 486px;
	    }

		    div.entry h3.entryTitle {
			    margin: 0px auto 0px auto;
			    padding: 10px 0px 10px 0px;
			    text-align: left;
			    font-weight: bold;
			    font-size: 12px;
                width: 466px;
		    }


		    div.entry p.entryContent {
			    margin: 0px auto 0px auto;
			    padding: 0px 0px 12px 0px;
			    text-align: left;
                width: 466px;
		    }


            div.entry div.entryFooter {
			    margin: 20px 0px 0px 0px;
			    padding: 0px 12px 12px 0px;
			    text-align: right;
		    }

			div.entryFooter a {
				color: #000;
				text-decoration: underline;
			}

			div.entryFooter a:hover {
				color: #666;
				text-decoration: none;
			}

        div#gameContent div#gameContent3 {
            float: left;
            width: 199px;
        }


            div#gameContent3 div#image {
                height: 199px;
            }

            div#gameContent3 div.contentFooterContainer {
                background-image: url(../images/contentBg.png);
                background-repeat: repeat;
                width: 199px;
                height: 30px;
            }

            div#gameContent3 div.contentFooter {
                padding: 6px 0px 0px 40px;
                background-image: url(../images/contentFooterImage.gif);
                background-repeat: no-repeat;
                background-position: left top;
                font-weight: bold;
                width: 159px;
                height: 24px;
            }

            * html div#gameContent3 div.contentFooter {
                padding: 6px 0px 0px 40px;
                background-image: url(../images/contentFooterImage.gif);
                background-repeat: no-repeat;
                background-position: left top;
                font-weight: bold;
                width: 159px;
                height: 30px;
            }

            div.contentFooter a {
				color: #ff0000;
				text-decoration: none;
			}

			div.contentFooter a:hover {
				color: #da1010;
				text-decoration: none;
			}