body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffed9a;
  background-color: #5a0000;
  background-image: url(../images/bg.gif);
}

body.custom-background { 
	background-color: #c71f0d;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat;
	 }

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
  color:#331601;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
a:link {
  color: #5b2600;
  text-decoration: none;
}

a:hover {
	color:#331601;
	text-decoration:none;
	}
a:focus {
  color: #331601;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}



.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}


small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}



.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h2,
h3 {
  line-height: 30px;
}

h1 {
  font-size: 38.5px;
  color:#668b17;
  font-family: 'Oswald', sans-serif;
  text-shadow: 1px 1px #fff;
  text-transform:uppercase;
  background-color:#ecef91;
  line-height:normal;
  margin:0;
  padding:0
}

h2 {
  font-size: 28.5px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#bb0004;
  margin-top:20px;
  margin-bottom:20px;
  text-align:center
}

h3 {
  font-size: 22.5px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#5f7700;
  margin-bottom:6px
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  /*padding: 0;
  margin: 0 0 10px 25px;*/
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}



hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee48f;
  border-bottom: 1px solid #e3d563;
}



blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}


form {
  margin: 0 0 20px;
}



legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}



input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}





table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face { font-family:HARNGTON; src: url('../img/HARNGTON.TTF'); }

.UpNav {
	width:auto;
	float:left;
	clear:both;
	margin-top:10px;
	}
.UpImg {
	width:320px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	margin-left:0px;
	}
.Navi {
	width:auto;
	overflow:hidden;
	float:left;
	margin:5px 5px 5px 5px;
	display:block;
	font-size:16px
	}
	.Navi a {
	display:block;
	font-size:18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:5px;
	}
	.Navi :hover {
	display:block;
	font-size:18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#580404;
	background-color:#FF3300;
	border-radius:2px;
	padding:5px;
	}
.Cont {
	clear:both;
	width:100%;
	overflow:hidden;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	position:inherit;
	margin-top:10px;
	background-color:#d9dbdc;
	}
.Cont2 {
	width:100%;
	overflow:hidden;
	border-radius:10px;
	background-image:url(../img/cont.png);
	background-repeat:repeat;
	border:4px solid #ffffff;
	margin-top:10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	}	
.Header {
	width:auto;
	height:150px;
	float:left;
	}
.HeaderHold {
	background-color:#c40a13;
	padding-bottom:60px;
	width:100%;
	left:0px;
	right:0px;
	}		
.Nav {
	background-color:#870808;
	padding:5px;
	width:100%
	}	
.NavHold {
	overflow:hidden;
	background-image: url(../img/navbck.png);
	background-repeat: repeat-x;
	margin-top:0px;
	float:left;
	}
.NavHold1 {
	width:100%;
	overflow:hidden;
	background-image: url(../img/navbck.png);
	background-repeat: repeat-x;
	margin-top:0px;
	float:left;
	}
.NavCells {
	width:150px;
	height:60px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	display:block;
	background-image:url(../img/nav-cell.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:20px;
	transition: background-image 0.5s ease;

	}
	.NavCells:a {
		font-family: Georgia, "Times New Roman", Times, serif;
		}
.NavCells:hover {
	    background-image:url(../img/nav-cells-hover.png);
		background-repeat:no-repeat; 
		color:#000000; 
		display:block;
		font-size:18px;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-decoration:none;
		transition: background 1s;
-webkit-transition: background 1s;
-moz-transition: background 1s;
-o-transition: background 1s;
		}	
		
.NavCells1 {
	width:150px;
	height:60px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	display:block;
	background-image:url(../img/nav-cell.png);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:20px;
	transition: background-image 0.5s ease;

	}
	.NavCells1:a {
		font-family: Georgia, "Times New Roman", Times, serif;
		}
.NavCells1:hover {
	    background-image:url(../img/nav-cells-hover.png);
		background-repeat:no-repeat; 
		color:#000000; 
		display:block;
		font-size:14px;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-decoration:none;
		transition: background 1s;
-webkit-transition: background 1s;
-moz-transition: background 1s;
-o-transition: background 1s;
		}		
		
.Home{
	margin-left:10px;
		}
		.Home:a {
			font-family:Kids;
			}
.Seg {
	border-radius:10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	background-image:url(../img/tb-bck.jpg);
	padding:10px;
	margin:20px;
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
	clear:both;
	}
	
.Seg3 {
	border-radius:10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	background-image:url(../img/tb-bck3.jpg);
	padding:10px;
	margin:20px;
	clear:both;
	overflow:hidden;
	margin-bottom:30px;
	clear:both;
	}
	
.Seg2 {
	border-radius:10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	background-color:#FFFFFF;
	padding:5px;
	margin:20px 20px 20px 10px;
	overflow:hidden;
	height:250px;
	}			
					
.Pad1 {
	padding:10px;
	}
.TxtJust {
	text-align:justify;
	}			
.Cntr {
	text-align:center;
	margin:0 auto;
	}	
.Deco {
	width:auto;
	background-image:url(../img/item-bck.png);
	background-repeat:repeat;
	border:2px solid #CCCCCC;
	overflow:hidden;
	border-radius:10px;
		}
.Deco2 {

	background-image:url(../img/item-bck.png);
	background-repeat:repeat;
	border:2px solid #CCCCCC;
	overflow:hidden;
	border-radius:10px;
		}			
.Items {
	width:215px;
	display:block;
	height:230px;
	transition: background-color 0.5s ease;
 	background-color:#f52e00;
	text-align:center;
	border:1px solid #651300;
	margin:10px 5px 10px 5px;
	float:left;
	color:#fddb3d;
	box-shadow:3px 3px 5px #3e3e3d; 
	}
	.ItemTxt  {
		width:200px;
		overflow:hidden;
		padding:5px;
		text-align:center;
		color:#5b1400;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		}
		.ItemTxt a {
			display:block;
			color:#ffffff;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			text-decoration:none
			}
		.ItemTxt a:hover {
			display:block;
			color:#5b1400;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			text-decoration:none;
			}
	.Items:hover {
		display:block;
		background-color:#fddb3d;
		text-align:center;
		color:#5b1400;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		}	
.More {
	background-image:url(../img/more-bck.jpg);
	background-repeat:repeat;
	border:1px solid #410000;
	border-radius:10px;
	padding:10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
	margin-top:0px;
	}
	.MoreImg {
		width:auto;
		overflow:hidden;
		margin:5px;
		float:left;
		}
.Lst {
	text-align:left;
	line-height:20px;
	}
	.Lst a {
		font-family:HARNGTON;
		font-size:18px;
		color:#ffffff;
		}
		.Lst a:hover {
		font-family:HARNGTON;
		font-size:18px;
		color:#fedd28;
		}
.Ul {
	text-align:left;
	list-style:none;
	list-style-image:url(../img/bullet.png);
	}
	
/*****************************************DropDown******************************/
.NaviHold {
	width:100%;
	margin:0 auto;
	background-image:url(../img/navbck.png);
	background-repeat: repeat-x;
	background-color:#ffffff;
	background-repeat:repeat;
	overflow:hidden;
	padding:10px 0px 5px 0px;
	margin:0px 0px 10px 0px;
	}
.NaviCells {
	width:auto;
	height:70px;
	overflow:hidden;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#CCCCCC;
	margin-top:2px;
	margin-left:15px;
	padding-right:5px;
	}
	.NaviCells a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	overflow:hidden;
	border-radius:5px;
	}
	.NaviCells :hover {
		color:#a60000; 
		font-size:14px;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-decoration:underline;
		border-radius:5px;
		}	





.DrpCont {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:5px ;
	list-style:none;
	display:block;
	margin-left:-100px;
	margin-top:60px;
	}
.Drp {
	list-style:none;
	text-align:center;
	}	
 .DrpCont .Drp {
		display:block;
		position:relative;
		float:left;
		margin-left:90px;
		padding-top:0px;
		z-index:400;
		font-size:16px;
		}
	 .Drp .DrpCont {
			display:none;
			}
			 .Drp .DrpCont a {
			 width:150px;
			background-color:#7ba204;
			background-repeat:repeat;
				
				display:block;
				color:#ffffff;
				border:1px solid #203102;
				text-align:center;
				padding:5px 5px 5px 5px;
				z-index:400;
				font-size:16px;
				height:auto;
				}
				
				 .Drp .DrpCont a:hover { background-color:#5e7c04}
				 .Drp:hover .DrpCont {
					display:block;
					position:absolute;
					}
					 .Drp:hover .Drp {
					float: none;
					font-size: 16px;
					}		
/*****************************************DropDown******************************/

.LftCont  {
	display:block;
	overflow:hidden;
	float:left;	
	padding:10px 10px 10px 10px;
	}
	
.RghtCont {
	display:block;
	overflow:hidden;
	float:left;	
	padding:10px 10px 10px 10px;
	text-align:center;
	}
					
.ImgLft {
	float:left;
	padding:5px;
	}
.ImgRht {
	float:right;
	padding:5px;
	}
.Image {
	width:auto;
	margin-right:10px;
	}	
					
.WallItems {
	width:auto;
	overflow:hidden;
	float:left;
	margin:10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	text-align:center;
	}	
.RecipeVid {
	width:180px;
	height:300px;
	padding:5px;
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
	margin:5px;
	border:1px #CC0000 solid;
	float:left;
	text-align:center;
	}	
.ReciCata {
	width:190px;
	height:350px;
	float:left;
	padding:5px	;
	text-align:left;
	}
	.CataHdr {
		width:auto;
		overflow:hidden;
		float:left;
		padding:5px;
		text-align:center;
		background-color:#f1c90c;
		margin-left:0px
		}
	.Cata {
		list-style:none;
		list-style-image:url(../images/bullet2.png);
		text-align:left;
		clear:both;
		}
.ReciVids {
	width:auto;
	overflow:hidden;
	float:left;
	margin:5px;
	}
	
.ReciTxt {
	width:300px;
	overflow:hidden;
	float:left;
	padding-bottom:5px;
	}
.ReciHold {
	width:auto;
	overflow:hidden;
	float:left;
	border-bottom:1px solid #666666;
	margin-bottom:10px;
	clear:both;
	}
	
.GreetCont {
	width:auto;
	overflow:hidden;
	float:left;
	padding:5px;
	border-bottom:dotted 2px #999999;
	clear:both;
	}
.GreetHdr {
	width:auto;
	overflow:hidden;
	float:left;
	border-radius:10px;
	background-color:#6633FF;
	color:#FFFFFF;
	font-size:18px;
	clear:right;
	padding:10px;
	}	
.GreetItems {
	width:auto;
	overflow:hidden;
	float:left;
	margin:10px;
	text-align:center;
	box-shadow: 0 0 12px rgba(0,0,0,0.8);
	padding:5px;
	}				
.Shadow {
	box-shadow: 0 0 12px rgba(0,0,0,0.8);
	}
.Shadow2 {
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
	}
.Jokes {
	border-bottom:1px dotted #666666;
	padding:10px;
	}		
.ScreenItems {
	width:230px;
	float:left;
	height:300px;
	padding:10px;
	margin:10px;
	background-color:#F5D154;
	border-radius:10px;
	text-align:center;
	}	
.ScreenTxt {
	width:200px;
	overflow:hidden;
	margin:0 auto;
	clear:both;
	text-align:center;
	}	
	
.CrftVidItems {
	width:150px;
	height:330px;
	float:left;
	padding:5px;
	margin:10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.8);
	text-align:center
	}
.CrftTxt {
	width:150px;
	overflow:hidden;
	float:left;
	}		
.CrftUl {
	clear:both;
	margin-top:10px
	}
.CrftLi {
	display:inline-block;
	background-color:#FFCC00;
	padding:10px;
	margin-top:10px
	}
		
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}

.TxtCntr {
	text-align:center;
	}
.FltRth {
	float:right;
	}
.FltLft {
	float:left;
	}		
.Games {
	width:auto;
	padding:10px;
	text-align:center;
	margin:5px;
	}
	
.Divider {
	height:2px;
	width:auto;
	background-color:#666666;
	margin-top:10px;
	margin-bottom:10px;
	clear:both
	}
.height1 {
	height:150px;
	}	
.Hdr {
		width:auto;
		overflow:hidden;
		padding:5px;
		text-align:center;
		background-color:#f1c90c;
		margin-left:0px
		}	
.CntrAlgn {
    margin: 0 auto !important;
   float: none !important;
}

img, embed, object, video {
max-width:100%;
}

.Clear {
	clear:both;
	}
.ClearLft {
	clear:left;
	}
.ClearRht {
	clear:right;
	}		

			 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}	



.ImgCent {
text-align:center;
margin-right:30px;
}

/*** AMIT ***/
.GftItems {
	max-width:261px;
	height:135px;
	text-align:center;
	border:1px solid #4e0103;
	padding:5px;
	margin:5px 10px 5px 0px;
	float:left;
	font-size:11px
	}
.GftItems:hover{
	background-color: #F7F7F7
	}
	.GftItemsImg {
		width:41%;
		float:left;
		text-align:center
		}
		.GftItemsImg img {
			max-width:100px;
			}
	.GftItemsRht {
		width:56%;
		float:left;
		text-align:left;
		line-height:normal;
		font-size:12px;
		margin-left:5px
		}
		.GftItemsRht h3 {
			color:#660000;
			font-size:15px;
			line-height: 100%;
			margin:0px 0px 8px 0px
			}
.GftItems2 {
	width:100%;
	max-width:180px;
	height:195px;
	text-align:center;
	border:1px solid #4e0103;
	padding:5px;
	margin:5px 10px 5px 0px;
	float:left;
	font-size:12px;
	line-height: 110%;
	color:#333333
	}
.GftItems2:hover{
	background-color:  #F7F7F7
	}
	.GftItems2 h3 {
		text-align:center;
		color:#660000;
		font-size:12px;
		line-height: 100%;
		margin:0px 0px 8px 0px
		}
	
/** END OF GIFT **/		

/** ZODIAC **/

.zodiacStruc {
	width:auto;
	overflow:hidden
	}
.zodiacWrap {
	width:100%;
	max-width:180px;
	text-align:center;
	border:1px solid #4e0103;
	padding:7px 5px;
	margin:5px 10px 5px 0px;
	float:left;
	font-size:12px;
	line-height: 110%;
	color:#333333;
	font-weight:bold
	}
.zodiacWrap:hover{
	background-color:  #F7F7F7
	}
	.zodiacWrap h3 {
		text-align:center;
		color:#660000;
		font-size:12px;
		line-height: 100%;
		margin:0px 0px 8px 0px
		}
.zodiacCalcWrap {
	width:260px;
	padding:6px;
	background-color:#eeaa00;
	border:double 4px #000000;
	overflow:hidden
	}
	.zodiacCalc {
		margin-bottom:6px;
		overflow:hidden;
		width:auto;
		}
	.zodiacCalc input[type=text] {
		width:130px;
		}
	.zodiacCalc select {
		width:140px;
		}
.zodiacAnmWrap {
	width:auto;
	text-align:center;
	border:1px solid #4e0103;
	padding:5px;
	margin:5px 10px 5px 0px;
	float:left;
	font-size:12px;
	text-align:left
	}
	.zodiacAnmWrap h3 {
		font-size:16px;
		margin:0px;
		padding-top:0px;
		color:#660000
		}
.spanBg1 {
	background-color: #660000;
	color:#FFFF00;
	padding:4px;
	font-weight:bold;
	}
.zodiacAnmLft {
	width:100%;
	max-width:140px;
	float:left;
	text-align:left
	}
.zodiacAnmRht {
	font-size:13px;
	text-align:left;
	margin-left:20px;
	padding:0px 0px
	} 
.zodiacAnmRht h3 {
	font-size:16px;
	margin:0px;
	padding-top:0px;
	color:#660000
	}

.spanLft {
	float:left;
	}
.spanRht {
	float:right;
	}
	
.IconHold {
	text-align:center;
	padding:5px;
	background-color:#FFFFFF;
	margin-left:10px;
	margin-bottom:10px;
	border-radius:2px
	}
	.IconHold:hover {
		background-color:#b6db38;
		}
.IconTxt {
	width:auto;
	text-align:center;
	padding:5px;
	background-color:#a6d8ff;
	font-weight:bold;
	font-size:12px
	}
	.IconTxt:hover {
		background-color:#ffffff;
		}
.fatherUl {
	list-style:none;
	margin-left:-5px;
	margin-right:15px;
	padding-left:10px;
	
	}
.father {
	border-bottom:1px dashed #80a808;
	line-height:20px;
	margin-bottom:15px
	}
.father a {
	color:#972903;
	font-family: 'Marck Script', cursive;
	font-size:25px;
	}	
.father :hover {
	color:#d33a05;
	font-family: 'Marck Script', cursive;
	font-size:25px;
	}						
	
.Matter {
	width:auto;
	margin-left:10px;
	}	
	
.MainCont {
	background-color:#FFFFFF;
	border-radius:10px;
	border:2px solid #CCCCCC;
	margin:0 auto;
	text-align:center;
	padding:10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.6)
	}	
.Bg {
	background-color:#e5d655;
	}	
div {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:16px;
 font-weight:normal;
 }	
p {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:16px;
 font-weight:normal;
 } 
.Lob  {
	font-family: 'Lobster', cursive;
	}
.Font-Playball {
	font-family: 'Courgette', cursive;
	font-size:25px;
	line-height:28px;
	font-weight:normal;
	}
.logoWrap {
	padding:5px 10px 5px 4px;
	display:table;
	background: rgba(0, 0, 0, .20);
	margin-top:6px;
	border-top-right-radius:45px;
	border-top-left-radius:5px;
}
.logoWrapSub {
	padding: 5px 0 5px 11px;
	display:table;
	background-color:#e69f05;
	border-top-right-radius:35px;
}
.logoWrapSub img{ width:80%;}
.cont-wrap {
	width:100%;
	overflow:hidden;
	background-color:#fff59b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	position:inherit;
	border:4px solid #ffffff;
	color:#121212
	}		 
.ImgIcons {
	border:4px solid #ffffff;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
	margin-top:15px;
	}
/***** SUB PAGE ****/

.bannerStruc {
	margin:0px 15px !important;	
}
.subHead {
	background-color:#8c8120;
	font-size:2.3em;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-align:center;
	color:#f7f0b4;
	padding: 2px 0 4px;
	text-shadow:1px 1px #000;
}
.introWrap {
	border-bottom:1px dashed #ffffff; margin-bottom:20px; clear:both; padding:10px
}
.introTxt {
	padding:6px;
}
.contWrap {
	margin:15px 0;
}
.lftCont {
	padding:4px;
	background-color:#eee068;
	border:8px double #ded058;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.lftCont, .lftCont p {font-size:18px; line-height: 150%}
.lftCont blockquote {
	border:none;
	font-weight:normal
}
.rhtCont {
	padding:4px 0
}

.backTo {
	clear:both;
	text-align:center;
	margin:20px 0px;
	font-weight:bold
}
.footWrap {
	margin-top:30px; border-top:1px #FFFFFF dashed;
	color:#BD0003;
	}
	.footWrap a {
		color:#800101;
	}
	.footWrap a:hover {
		color: #AA0000;
	}
.footNav {
	margin-top:10px;
	margin-bottom:10px;
	background-color:#fce563;
	border-radius:10px;
	text-align:center;
	clear:both;
	left:50%;
	font-weight:bold;
	padding:10px
	}
.miscStruc {
	overflow:hidden;
	border:2px solid #F74500;
	padding:6px;
	margin-top:20px !important;
	margin-bottom:20px !important;
}
	.miscStruc h2, .miscStruc > .head {
		clear:both;
		background-color:#F74500;
		color:#FFF9A7;
		font-size:1.3em;
		text-align:center;
		margin-top:0;
		line-height: 130%
	}
	.miscStruc > .head, .miscStruc th  {
		background-color:#F74500;
		color:#FFF9A7;
		font-size:1.3em;
		text-align:center;
		margin-top:0;
		padding:4px;
		font-weight:bold
	}
	.miscStruc table {
		width:100%;
	}
	.miscStruc td, .miscStruc th {
		border:1px solid #F74500;
	}
	.miscStruc td {
		padding:10px 6px;
	}
	.miscStruc .span2 {
			width:145px;
		}
	@media (max-width:700px) {
		.miscStruc .span2 {
			width:100% !important;
		}
	}
.thumbWrap {
	overflow:hidden;
	border:1px solid #F74500;
	padding:6px;
	margin:10px 0;	
	transition: all 0.5s ease 0s;
	color:#380000;
	text-align:center;
	-moz-box-shadow:    inset 0 0 8px #F74500;
   -webkit-box-shadow: inset 0 0 8px #F74500;
   box-shadow:         inset 0 0 8px #F74500 ;
}
.thumbWrap:hover {
	border:1px solid #6FAD05;
	-moz-box-shadow:    inset 0 0 10px #6FAD05;
   -webkit-box-shadow: inset 0 0 10px #6FAD05;
   box-shadow:         inset 0 0 10px #6FAD05 ;
}

/*** ACTIVITIES ***/

.activWrap {
	min-height:278px !important;
	font-size:1em
}
.activWrap h3 {
	background-color: #FF9E33;
	color:#f4f0bf;
	text-transform:uppercase;
	margin-top:0;
	font-size:1em;
	padding:6px;
	line-height:normal;
	text-align:center
}
.activThRow {
	overflow:hidden;
	padding:15px 0;
	background-color:#fff6a5;
	margin:10px 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.activLft {
	vertical-align:middle;
	font-weight:700;
	width:94%;
	max-width:400px;
	float:left;
	padding:83px 10px 0px 10px;
}
	.activLft span {
		font-weight:normal
	}
.activTh {
	text-align:center;
	font-weight:bold;
	line-height: 170%;
	width:100%;
	max-width:170px;
	float:left
}

@media (max-width: 400px) {
.activLft {
	padding:10px 10px 0px 15px;
	text-align:center
}

.activTh {
	clear:both;
	text-align:center;
	width:98%;
	max-width:400px;
	margin:10px 0
}
}
@media (min-width: 450px) and (max-width: 1320px) {
.activLft {
	padding:45px 10px 0px 15px;
	width:51%;
	float:left
}

.activTh {
	text-align:center;
	width:19%;
	margin:10px 4px;
	float:left !important
}
}

/*** Games ***/

.gameWrap {
	float:left;
	width:98%;
	max-width:108px;
	margin:4px 4px 15px;
	padding:5px;
	font-size:0.9em;
	text-align:center;
	min-height:150px
}
.gameWrap a, .gameWrap a:link {
	font-weight:bold;
	background-color:#8fa000;
	color:#FFC;
	text-transform:uppercase;
	padding:3px 8px;
	font-size:12px;
	margin:6px;
	display:block;
	-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;;
transition: all 0.5s ease 0s;
}
.gameWrap a:hover {
	transition: all 0.5s ease 0s;
	background-color:#db5200;
	color:#fff;
}
.gameWrap img {
	max-width:60px;
}

/**** WALLPAPER **/

.wallWrap {
	max-width:250px;
}

/*** GIFT **/

.giftWrap {
	width:100%;
	max-width:186px;
	float:left;
	margin:10px 6px;
	text-align:center;
	min-height:250px
	}
@media (max-width: 400px) {
	.giftWrap {
		width:90%;
		max-width:400px;
	}
}
/** end of GIFTS **/

/*** POEMS ***/

.poemsWrapMain {
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
}
.poemsWrap {
	width:88%;
	max-width:390px;
	float:left;
	margin:0px 10px;
	text-align:center
}
	.poemsWrap span {
		color:#B74A00;
	}
	
.butOne {
	display:table;
	padding:10px 20px;
	background-color:#424907;
	font-weight:bold;
	color:#FFFECD;
	margin:40px auto 20px;
	transition: all 0.5s ease 0s;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.butOne:hover {
	background-color:#C84400;
	color:#fff
}
.buttStruc, .buttStrucSmall {
	display:table;
	margin:0 auto;
	text-align:center
}
.buttStruc ul {
	margin:20px 0px;
	padding-left:0
}
.buttStruc ul, buttStruc li {
	list-style:none;
}
.buttStruc li {
	display:inline-block;
	background-color:#424907;
	font-weight:bold;
	color:#FFFECD;
	margin:6px;
	transition: all 0.5s ease 0s;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:6px 10px;
	border:10px double #707c0c
}
.buttStruc li:hover {
	background-color:#C84400;
	color:#fff;
	border:10px double #ff7a35;
	text-decoration:none
}
.buttStruc li > a {
	color:#FFFECD;
}
.buttStrucSmall ul {
	margin:10px 0px;
}
.buttStrucSmall ul, buttStruc li {
	list-style:none;
}
.buttStrucSmall li {
	display:inline-block;
	background-color: #E45500;
	color:#FFFECD;
	margin:6px;
	transition: all 0.5s ease 0s;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:6px 10px;
}
.buttStrucSmall li:hover {
	background-color:#7a2900;
	color:#FFD262;
	text-decoration:none
}
.buttStrucSmall li > a {
	color:#FFFECD;
}

.line150 {
	line-height: 150%
}
.line180 {
	line-height: 180%
}

.nameSpan {
	color:#CE2900
}
.starSpan {
	font-size:4em;
	color:#6AB00D;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif
}
 /*** VIDEO **/
 .video-container {
    height: 0;
   width: 100%;
   padding-bottom: 56.25%;
   overflow: hidden;
   position: relative;

}
.video-container iframe {
    width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}	
.VidCont {
	width:auto;
	overflow:hidden;
	margin:0 auto;
	clear:both;
	border:4px solid #B51903;
	border-radius:10px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	background-color:#FFFFFF;
	padding:0px;
	margin-bottom:10px;
	}	
.VidCont h2 {
	width:100%;
	text-align:center;
	background-color:#B5771E;
	margin-top:0px;
	padding-bottom:10px;
	color:#fff !important;
}
.mainCont {
	margin-bottom:15px;
}
.contNav, .contNav2, .miscCont {
	margin:20px 10px;
	background-color:#eee176;
	padding:10px;
	border:1px solid #d9c433;
	border-top: 6px solid #d9c433;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.contNav h2, .contNav2 h2 {
	background-color:#c96604;
	color:#FF9;
	margin:0;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	padding:5px 0
}
.contNav {
	min-height:400px;
}
.miscContRow {
	margin:10px 0
}
.bannWrap {
	margin:10px;
	text-align:center;
	clear:both
}
span.bgYellow {
	background-color:#FFFF00;
}
.brderWhite {border:6px solid #fff}
.marg10 {margin:10px}
.center-block {clear:both; float:none !important; margin:0 auto !important}