﻿body
{
    margin: 0px 10px 0px 10px;
    font-family: Verdana;
    font-size: small;
    background-color: #6699FF;
}
#container
{
    margin: auto;
	background: white;
	width: 974px;
	padding: 0px;
	min-height: 500px;
}
#header
{
    width: 100%;
    height: 98px;
    background-image: url(../IMAGES/Header5.gif);
}
/*Menu Start*/
#menu
{
	width: 100%;
	height: 25px;
	background-image: url(../IMAGES/Menu.gif);
	background-repeat: repeat-x;
}
#menu ul
{
	padding: 0px; /*needed for IE8/Chrome*/
	width: 510px;
	height: 25px;
	margin: 0px 232px 0px 232px;
	list-style: none;
	text-align: center;
}
#menu li
{
	padding: 0px;
	float: left;
	width: 85px;
	height: 25px;
	list-style: none;
	display: block;
}
#menu a
{
	padding: 0px;
	line-height: 25px;
	text-decoration: none;
	color: White;
	font-weight: bold;
	width: 85px;
	display: block;
}
#menu li:hover
{
	cursor: pointer;
	color: #383838;
}
#menu a:hover
{
	cursor: pointer;
	color: #383838;
}
/*Menu End*/
#left
{
	float: left;
	width: 192px;
	height: 100%;
	margin: 4px;
}
#content
{
    float: left;
	width: 570px;
	height: 100%;
	margin: 3px 5px 0px 5px;
	text-align: center;
}
#right
{
    float: right;
    width: 192px;
    height: 100%;
    margin: 4px 0px 0px 0px;
}
/*Footer Start*/
#footer
{
	clear: both;
	width: 100%;
	height: 25px;
    background-color: #FFCCFF;
    font-size: x-small;
    border-top: solid 1px black;
}
#footer ul
{
	padding: 0px; /*needed for IE8/Chrome*/
	width: 510px;
	height: 25px;
	margin: 0px 317px 0px 317px;
	list-style: none;
	text-align: center;
}
#footer li
{
	padding: 0px;
	width: 85px;
	height: 25px;
	float: left;
	list-style: none;
	display: block;
}
#footer a
{
	padding:0px;
	line-height:25px;
	text-decoration:none;
	color:black;
	width: 85px;
	display: block;
}
#footer a:hover
{
	text-decoration:underline;
}
/*Footer End*/

/*Left Tables Start*/
.divheader
{
width: 192px;
font-size: small;
text-align: left;
background-color: #6699FF;
color: White;
}
.divbody
{
font-size: smaller;
text-align: left;
background-color: white;
padding-bottom: 2px;
/*border-bottom: solid 1px black;
border-top: solid 1px black;*/
}
.divfooter
{
font-size: smaller;
text-align: left;
background-color: #6699FF;
color: White;
}
.divdate
{
font-size: Smaller;
text-align: right;
background-color: #6699FF;
color: White;
}
/*Left Tables End*/

/*Twitter Start*/
#twitter_img
{
padding:0px;
margin:0px;
display:block;
border:0px;
}

#twitter_div
{
margin:0px;
background-color:#ffccff;
width:182px;
padding:0px 5px 5px 5px;
float:right;
font-size:smaller;
-webkit-border-bottom-left-radius:6px;
-webkit-border-bottom-right-radius:6px;
}

.div_row_tweet
{
background-color:#6699FF;
padding:5px;
-webkit-border-radius:6px;
}

.div_row_tweet:hover
{
border:dashed 1px #383838;
padding:4px;
cursor:default;
}

.div_row_days
{
background-color:#ffccff;
padding: 0px 0px 0px 0px;
}

#twitter_link
{
padding:0px 0px 0px 0px;
}
/*Twitter End*/

/*News Start*/
#newsheader
{
font-size: small;
text-transform: uppercase;
text-align: left;
background-color: #6699FF;
color: White;
padding: 0px;
}
#newsbody
{
font-size: small;
text-align: left;
background-color: #ffccff;
border-bottom: solid 1px black;
border-top: solid 1px black;
padding: 5px 5px 5px 5px;
}
#newsname
{
font-size:xx-small;
text-align: left;
background-color: #6699FF;
color: White;
}
#newsdate
{
font-size:xx-small;
text-align: right;
background-color: #6699FF;
color: White;
}
/*News End*/

/*Clothing Images Start*/
.tableimage td
{
padding: 2px;
}
.tableimage img
{
border: 1px solid #000000;
width: 134px;
height: 200px;
padding: 0px;
}
.tableimage img:hover
{
border: 1px dashed #000000;
}
/*Clothing Images End*/




