@charset "UTF-8";
/* CSS Document */

/*COMMON ELEMENTS - BEGINS*/

body	{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin-top:0px;
background-image:url(assets/common/bg.jpg);
background-repeat:repeat;
margin:0;
padding:0;
height:100%;
border:0;
}

#body {
padding:0px;
padding-bottom:100px;
}

* html{
height: 100%;
}

p	{
line-height:14px;
}

li	{
line-height:15px;
}

.copyBLACK	{
color:#000000;
}

.copyWHITEbold	{
color:#ffffff;
}

.copyBLACKsmall	{
color:#000000;
font-size:11px;
}

.copyRED	{
color:#FE1C1D;
font-weight:bold;
}

.titleLIGHTblue	{
color:#3985C9;
font-size:14px;
font-weight:bold;
}

/*COMMON ELEMENTS - ENDS*/


/*CONTAINERS - BEGINS*/

#main_container {
margin:auto;
vertical-align:middle;
width:900px;
}

#paper_container	{
width:635px;
height:494px;
background-image:url(assets/common/paper_bg1.jpg);
background-repeat:repeat-y;
float:left;
}

#header_container	{
margin-right:auto;
margin-left:auto;
width:635px;
height:156px;
background-image:url(assets/common/header1.jpg);
background-repeat:no-repeat;
float:left;
}

#content_container	{
margin-right:auto;
margin-left:auto;
width:530px;
background-color:#ffffff;
}

#nav_container	{
margin-right:auto;
margin-left:auto;
width:265px;
height:309px;
float:right;
}

#sticky_bottom_container	{
margin-right:auto;
margin-left:auto;
width:265px;
height:341px;
float:right;
background-image:url(assets/common/taped_paper.jpg);
background-repeat:no-repeat;
}

#polaroid_container	{
width:265px;
height:341px;
float:right;
}

#footer	{
width:900px;
height:50px;
}

.full_width_spacer	{
width:900px;
height:1px;
clear:both;
}


/*CONTAINERS - ENDS*/

/*LINKS - BEGINS*/

.links a	{
color:#0018A5;
text-decoration:none;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
}

.links a:link	{
color:#0018A5;
}

.links a:visited	{
color:#0018A5;
}

.links a:hover	{
color:#D04206;
}

.links_small a	{
color:#0018A5;
text-decoration:none;
font-size:11px;
font-family:Helvetica;
font-weight:normal;
}

.links_small a:link	{
color:#0018A5;
}

.links_small a:visited	{
color:#0018A5;
}

.links_small a:hover	{
color:#D04206;
}

/*LINKS - ENDS*/
